@acodez/tooltip 中文文档教程
@acodez/tooltip
Installation
npm install @acodez/tooltip
Props API
Property | Type | Required | Default value | Description |
---|---|---|---|---|
text | string | yes |
| tooltip text |
width | string | no |
| tooltip width |
position | string | no | `` | tooltip position 'right' , 'left' , 'top' |
Usage
import Tooltip from '@acodez/tooltip';
import '@acodez/tooltip/dist/index.css';
<Tooltip text="Create" position="right" >
<component/>
</Tooltip>
@acodez/tooltip
Installation
npm install @acodez/tooltip
Props API
Property | Type | Required | Default value | Description |
---|---|---|---|---|
text | string | yes |
| tooltip text |
width | string | no |
| tooltip width |
position | string | no | `` | tooltip position 'right' , 'left' , 'top' |
Usage
import Tooltip from '@acodez/tooltip';
import '@acodez/tooltip/dist/index.css';
<Tooltip text="Create" position="right" >
<component/>
</Tooltip>
更多
你可能也喜欢
- 2016.11.11gulp 中文文档教程
- 3h-event 中文文档教程
- 99roomz-react-slick 中文文档教程
- @01js/react-scripts 中文文档教程
- @0x-lerna-fork/collect-uncommitted 中文文档教程
- @100tal-seg/seg-vue-material-template 中文文档教程
- @1ky/n64 中文文档教程
- @2hats/react-native-circular-progress 中文文档教程
- @3kles/kles-material-filechooser 中文文档教程
- @64robots/vue-cli-plugin-validation 中文文档教程