Releases: TwitchSeventeen/react-blazeui
Releases · TwitchSeventeen/react-blazeui
v0.3.0
- Updated dependencies
- Replaced enzyme unit tests with React testing library
- All components now have a dataName prop:
<Button dataName="hey now">lorem</Button>
<button data-name="hey now" type="button" class="c-button">lorem</button>
- All components now have an as prop
Use this to override the default HTML element
<Badge as="a">lorem</Badge>
<a>lorem</a>