0.1.0 • Published 3 years ago

iota-react-components v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

IOTA React Components

This package contains React components that implement the IOTA Css Theme Styles https://github.com/iotaledger/iota-css-theme.

Install

npm install iota-react-components --save

Usage

import { Button } from "iota-react-components";

<Button color="primary" onClick={...}>Do Something</Button>