1.0.1 • Published 6 years ago

ab-react-pkg v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

##BUILD

$ npm install

# atau npm run watch
$ npm run build 

#local testing 
$ npm link 

#unlink kalo mau ngetes versi yg dipublish ke NPM
$ npm unlink

Local testing

Bikin symlink ke komponen ini:

$ npm link

Di test project / consumer :

# link ke npm lokal 
$ npm link ab-react-pkg

DI source code app:

import { SimpleTextInput } from 'ab-react-pkg';

//... somewhere

<SimpleInputText placeholder="HELLO">