ab-react-pkg
v1.0.1
Published
demo pkg
Downloads
2
Readme
##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">