2.0.3 • Published 3 years ago

svsharedbutton v2.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago