npm i --save @nstudio/nativescript-label-glitch
- 版本:1.0.0
- GitHub: https://github.com/nstudio/nativescript-ui-kit
- NPM: https://npmjs.net.cn/package/%40nstudio%2Fnativescript-label-glitch
- 下载
- 昨日: 0
- 上周: 0
- 上个月: 0
@nstudio/nativescript-label-glitch
带 glitch 的标签!
npm install @nstudio/nativescript-label-glitch
用法
在任何视图布局中使用
<LabelGlitch text="Hello" />
当使用口味时,您可以在您的标记中注册元素以供使用
import { LabelGlitch } from '@nstudio/nativescript-label-glitch'
// Angular
import { registerElement } from '@nativescript/angular'
registerElement('LabelGlitch', () => LabelGlitch)
// Solid
import { registerElement } from 'dominative';
registerElement('LabelGlitch', LabelGlitch);
// Svelte
import { registerNativeViewElement } from 'svelte-native/dom'
registerNativeViewElement('LabelGlitch', () => LabelGlitch);
// React
import { registerElement } from 'react-nativescript';
registerElement('LabelGlitch', () => LabelGlitch);
// Vue
import Vue from 'nativescript-vue'
Vue.registerElement('LabelGlitch', () => LabelGlitch)
许可协议
Apache License 版本 2.0