Skip to content

yet another React component library

Notifications You must be signed in to change notification settings

blewisio/rainforest-ui

Repository files navigation

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

About

yet another React component library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published