@nstudio/nativescript-label-glitch
带 glitch 的标签!
npm i --save @nstudio/nativescript-label-glitch

@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