0.0.1 • Published 4 years ago

vk-ui_plugin-login v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

my own custom library

Example on how to build your own UI components library with your custom images

Getting Started

Installing

npm

Building

To build the library:

npm build

Running

To start the documentation where you can show case the elements from lib:

npm start

Built With

Import library to other project

  1. Once you will create a build it will generate the dist folder 2.run below command in your main project

    npm install --save

Use in main project

import {Button} from 'myui'

  • Amit Pathak -