1.0.0 • Published 5 years ago
test_demo_button_component v1.0.0
Demo Button Component
This is a demo button package to explain how to create and publish components to NPM
Installation
npm install --save demo_button_componentUsage
import {BasicButton, OutlineButton} from 'demo_button_component';<BasicButton buttonSize = "btn--wide" buttonColor = "red">Hello, User</BasicButton><OutlineButton buttonSize = "btn--wide" buttonBorderColor = "red-border">Hello, User</OutlineButton>Build and Publish Multiple React Components to NPM
1.0.0
5 years ago