demo_button_component

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i demo_button_component

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

32.2 kB

Total Files

9

Last publish

Collaborators

  • harika_bv