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

0.0.29 • Public • Published

Usage

Import single component...

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

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

//... or register it globally
Vue.component('app-header', AppHeader);

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

  <app-header></app-header>

Readme

Keywords

none

Package Sidebar

Install

npm i @phila/phila-ui-app-header

Weekly Downloads

5

Version

0.0.29

License

none

Unpacked Size

72.4 kB

Total Files

10

Last publish

Collaborators

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