@yezza/ui-components

0.1.49 • Public • Published

Yezza UI Components

Using this library

yarn add @yezza/ui-components

Add to main.js (all components)

import '@yezza/ui-components/dist/ui-components.css'
import UIComponent from '@yezza/ui-components'
Vue.use(UIComponent)

Add to main.js (single component)

import '@yezza/ui-components/dist/ui-components.css'
import { YPhoneInput } from '@yezza/ui-components'
Vue.component('y-phone-input', YPhoneInput)

Documentation: https://ui.yezza.xyz

For developer

How to create component

  1. Add component to src/components
  2. Add component object to src/components/index.js

Add component documentation

  1. Add tag <docs in component file

How to publish component

  1. Update version in package.json

  2. run commands:

    yarn build-lib
    npm publish
    

Readme

Keywords

none

Package Sidebar

Install

npm i @yezza/ui-components

Weekly Downloads

1

Version

0.1.49

License

none

Unpacked Size

9.95 MB

Total Files

299

Last publish

Collaborators

  • rafiqrahim
  • wanjijul
  • hanifrodili
  • mkhairihz