react-ui-bits
v1.0.3
Published
React components for faster and easier web development. For components usage <a href='http://ec2-3-22-175-170.us-east-2.compute.amazonaws.com/'>visit the site</a>
Downloads
6
Maintainers
Readme
REACT-UI-BITS
React components for faster and easier web development. For components usage visit the site
Installation
//Using npm
npm i react-ui-bits
//Using yarn
yarn add react-ui-bits
Usage
import React from 'react';
import ReactDOM from 'react-dom';
import { CheckBox } from react-ui-bits
function App() {
return (
<CheckBox name="gender" value="male" label="Male" checked={true} />
);
}
ReactDOM.render(<App />, document.getElementById('app'));
Roadmap
Since this is a test component library, it have very few components. Will add more useful components in future.