@nstudio/nativescript-label-glitch
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@nstudio/nativescript-label-glitch

Label with a Glitch!

npm install @nstudio/nativescript-label-glitch

Usage

Use within any view layout:

<LabelGlitch text="Hello" />

When using flavors, you can register the element for usage in your markup:

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)

License

Apache License Version 2.0

Package Sidebar

Install

npm i @nstudio/nativescript-label-glitch

Weekly Downloads

0

Version

1.0.0

License

Apache-2.0

Unpacked Size

32.2 kB

Total Files

14

Last publish

Collaborators

  • nativescript-bot
  • multishiv19
  • rigor789
  • alexziskind1
  • walkerrunpdx
  • bradmartin
  • davecoffin
  • triniwiz