indiana-university / rivet-react

Rivet React Component Documentation and Style Guide:

Home Page:https://indiana-university.github.io/rivet-react/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rivet-react

Rivet-react is a library of React components that implement the Rivet Software Design System. The components are implemented in TypeScript and can be used by any Javascript application.

Rivet-react resources:

Branch Build Code Coverage
master CircleCI codecov
develop CircleCI codecov

Installation

To install the rivet-react package from NPM,

npm install rivet-react

Or with yarn,

yarn add rivet-react

Once installed you can use the components in your project. The Rivet styles are included as a dependency of rivet-react but they are not bundled into the components, so you'll need to import them as well.

import * as React from 'react'
import 'rivet-uits/css/rivet.min.css'
import { Alert } from 'rivet-react'

<Alert variant="info">A very important message for you!</Alert>

Documentation

Check out the Component Documentation and Style Guide for comprehensive component documentation and examples.

You can also find documentation for the 2.x beta components.

Issues and Contributions

Rivet-react is open source and maintained by members of the Indiana University organization on GitHub. If you have questions about the library or encounter problems please file an issue. If you wish to contribute, pull requests are welcome! Please review our Contribution Guidelines.

About

Rivet React Component Documentation and Style Guide:

https://indiana-university.github.io/rivet-react/

License:Other


Languages

Language:TypeScript 83.5%Language:JavaScript 16.4%Language:CSS 0.1%