@phila/phila-ui-checkbox
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

Usage

Import single component...

import { Checkbox } from '@phila/phila-ui';

//register it locally...
components: {
  Checkbox,
}

//... or register it globally
Vue.component('checkbox', Checkbox);

or import the whole library,

import * as PhilaUI from "@phila/phila-ui";

//register it globally
Vue.use(PhilaUI);

then use it in the vue template

<checkbox></checkbox>

Readme

Keywords

none

Package Sidebar

Install

npm i @phila/phila-ui-checkbox

Weekly Downloads

4

Version

0.0.9

License

none

Unpacked Size

10.5 kB

Total Files

6

Last publish

Collaborators

  • karissademi
  • cirinocarvalho
  • m-atia
  • ajrothwell
  • phillypackage
  • ibdf