1.0.1 • Published 8 years ago
ab-react-pkg v1.0.1
##BUILD
$ npm install
# atau npm run watch
$ npm run build
#local testing
$ npm link
#unlink kalo mau ngetes versi yg dipublish ke NPM
$ npm unlinkLocal testing
Bikin symlink ke komponen ini:
$ npm linkDi test project / consumer :
# link ke npm lokal
$ npm link ab-react-pkgDI source code app:
import { SimpleTextInput } from 'ab-react-pkg';
//... somewhere
<SimpleInputText placeholder="HELLO">