# Trigger
```html
Hover
I wish they all could be California girls
Click
I wish they all could be California girls
Manual
I wish they all could be California girls
```
```js
export default {
data() {
return {
showPopover: false
};
}
};
```
```css
.n-button {
margin: 0 12px 8px 0;
}
```