react-foundations
v0.1.1
Published
## Common Component Library
Readme
React-Foundations
Common Component Library
This project was bootstrapped with Create React App. This project contains common react components.
Install
npm install react-foundationsImport
import { Button, Checkbox } from 'react-foundations'Components
- [ ] Banner
- [x] Button
- [x] Checkbox
- [x] Text Input
- [ ] Label
- [ ] Radio/RadioGroup
- [x] Spinner
- [x] Switch
- [x] Spinner
- [ ] Table
- [ ] Datepicker
- [x] Tooltip
Todo
- [ ] Docs
- [ ] Unit tests
Note: Some of these components use react hooks, so you need to be using 16.8+ for react/react-dom.
