react-b2components
v0.3.2
Published
React components by <a href="https://b2bit.company">B2bit Company</a>
Readme
react-b2components
React components by B2bit Company
Installing
Using npm:
$ npm i react-b2componentsUsing yarn:
$ yarn add react-b2componentsGetting Started
In the index.js add the B2Theme component
ReactDOM.render(
<React.StrictMode>
<B2Theme theme={myTheme}>
<App />
</B2Theme>
</React.StrictMode>,
document.getElementById('root')
);The theme prop is optional
Documentation with storybook
https://630caedb5fbbd30739e104a9-qmonavmjrc.chromatic.com
