sharekey-form-library
v0.0.1
Published
Share virtual Key form library
Readme
my own custom library
Example on how to build your own UI components library with your custom images
Getting Started
Installing
npmBuilding
To build the library:
npm build
Running
To start the documentation where you can show case the elements from lib:
npm start
Built With
- Webpack 4 - For building the library
- React
Import library to other project
- 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'
Authors
- Amit Pathak -
