2.0.3 • Published 3 years ago
svsharedbutton v2.0.3
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 svsharedbuttonUsage
import {BasicButton, OutlineButton} from 'svsharedbutton';<BasicButton buttonSize = "btn--wide" buttonColor = "red">Hello, User</BasicButton><OutlineButton buttonSize = "btn--wide" buttonBorderColor = "red-border">Hello, User</OutlineButton>