/rainforest-ui

yet another React component library

Primary LanguageJavaScript

Rainforest UI 🦜

Yet another React component library

Usage

Install:

npm install rainforest-ui

Use:

import { Button } from 'rainforest-ui/Button';

// ...

return (
  <Button type="submit" onClick={handleSubmit}>
    Submit
  </Button>
);

Components

  • Alert
  • Badge
  • Button
  • ButtonLink
  • Card
  • Checkbox
  • Dropdown
  • Heading
  • Label
  • Link
  • List
  • ListItem
  • RadioButton
  • StarRating
  • TextField