2.0.3 • Published 2 years ago

svsharedbutton v2.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

npmsvcomponents

NPM Package Publish - POC

Demo Basic Button

This is a demo button package to explain how to create and publish components to NPM

Installation

npm install --save svsharedbutton

Usage

import {BasicButton, OutlineButton} from 'svsharedbutton';
<BasicButton  buttonSize = "btn--wide" buttonColor = "red">Hello, User</BasicButton>
<OutlineButton  buttonSize = "btn--wide" buttonBorderColor = "red-border">Hello, User</OutlineButton>
2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago