@sfiorini/buttons.button
v0.0.6
Published
Depending on the tag attribute, the Button can also be rendered as a Link (anchor) or a Fake Button (div)
Downloads
4
Readme
React Component for rendering a Button
Depending on the tag attribute, the Button can also be rendered as a Link (anchor) or a Fake Button (div)
Component usage
<Button text="EH Button" />
Using props to customize text and style
Modify the text to see it change live:
<Button text="EH Button" className={classNames(styles.button, styles.default)}/>