0.2.22 • Published 4 years ago

reg-components v0.2.22

Weekly downloads
24
License
-
Repository
-
Last release
4 years ago

reg-components

Simple common boilerplate front-end patterns to make life easy.

Installation

Use the package manager npm to install reg-components.

npm install reg-components

Usage

import { SliceButton } from 'reg-components'

const App = () => {
    return <SliceButton/>
}

Demo

http://reggieanim.github.io/reg-components

Components

SliceButton

PropsDescription
onClickruns a callback function when clicked
textlabel for button default(Button)
styleapply styling to button, default styles will be used if not applied
hreflink to another page

License

MIT

0.2.22

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago