0.1.1 • Published 5 years ago

react-foundations v0.1.1

Weekly downloads
9
License
-
Repository
github
Last release
5 years ago

React-Foundations

Common Component Library

This project was bootstrapped with Create React App. This project contains common react components.

Install

npm install react-foundations

Import

import { Button, Checkbox } from 'react-foundations'

Components

  • Banner
  • Button
  • Checkbox
  • Text Input
  • Label
  • Radio/RadioGroup
  • Spinner
  • Switch
  • Spinner
  • Table
  • Datepicker
  • 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.