1.0.0 • Published 3 years ago

demo_button_component v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

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_component

Usage

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

Check out the article here