2.4.2 • Published 3 months ago

rivet-react v2.4.2

Weekly downloads
5
License
BSD-3-Clause
Repository
github
Last release
3 months ago

Rivet-react

Rivet-react is a library of React components that implement the Rivet Software Design System. The components can be used by any Javascript application with a peer dependency of React 16+.

Rivet-react resources

BranchBuildCode Coverage
masterCircleCIcodecov
betaCircleCIcodecov

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-core/css/rivet.min.css";
import { Alert } from "rivet-react";

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

Using rivet-icons and rivet-stickers

Rivet-react relies on several icons and stickers from the Rivet Icons and Rivet Stickers packages. In order to load the CSS and custom JavaScript necessary to display these elements, client applications will need to include the following in their index.jsx file similarly to how the Rivet core CSS is imported.

import "~/rivet-icons/dist/rivet-icon-element.js";
import "~/rivet-icons/dist/rivet-icon-element.css";
import "~/rivet-stickers/dist/rivet-sticker-element.js";
import "~/rivet-stickers/dist/rivet-sticker-element.css";

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.

2.0.3

5 months ago

2.0.2

5 months ago

2.4.1

4 months ago

2.4.0

4 months ago

2.4.2

3 months ago

2.0.1

5 months ago

2.0.0

5 months ago

2.3.0

4 months ago

2.3.1

4 months ago

2.2.0

4 months ago

2.0.0-beta.22

5 months ago

2.0.0-beta.21

5 months ago

2.0.0-beta.20

5 months ago

2.0.0-beta.26

5 months ago

2.0.0-beta.25

5 months ago

2.0.0-beta.24

5 months ago

2.0.0-beta.23

5 months ago

2.0.0-beta.29

5 months ago

2.0.0-beta.28

5 months ago

2.0.0-beta.27

5 months ago

2.0.0-beta.15

7 months ago

2.0.0-beta.14

8 months ago

2.0.0-beta.19

5 months ago

2.0.0-beta.18

5 months ago

2.0.0-beta.17

5 months ago

2.0.0-beta.16

5 months ago

2.1.2

4 months ago

2.1.1

5 months ago

2.1.4

4 months ago

2.1.3

4 months ago

2.1.0

5 months ago

2.0.0-beta.11

9 months ago

2.0.0-beta.10

9 months ago

2.0.0-beta.13

8 months ago

2.0.0-beta.12

9 months ago

2.0.0-beta.9

9 months ago

2.0.0-beta.8

9 months ago

2.0.0-beta.7

10 months ago

2.0.0-beta.6

10 months ago

2.0.0-beta.5

11 months ago

2.0.0-beta.4

11 months ago

2.0.0-beta.3

1 year ago

2.0.0-beta.2

1 year ago

2.0.0-beta.1

1 year ago

2.0.0-alpha.22

1 year ago

2.0.0-alpha.21

1 year ago

2.0.0-alpha.20

1 year ago

2.0.0-alpha.23

1 year ago

2.0.0-alpha.19

1 year ago

2.0.0-alpha.18

1 year ago

2.0.0-alpha.17

1 year ago

2.0.0-alpha.16

1 year ago

2.0.0-alpha.15

1 year ago

2.0.0-alpha.14

1 year ago

2.0.0-alpha.7

2 years ago

2.0.0-alpha.8

2 years ago

2.0.0-alpha.9

2 years ago

2.0.0-alpha.11

2 years ago

2.0.0-alpha.10

2 years ago

2.0.0-alpha.5

2 years ago

2.0.0-alpha.6

2 years ago

2.0.0-alpha.13

2 years ago

2.0.0-alpha.12

2 years ago

2.0.0-alpha.3

2 years ago

2.0.0-alpha.4

2 years ago

2.0.0-alpha.2

2 years ago

1.10.0

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

4 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.4.0-beta.2

5 years ago

1.4.0-beta.1

5 years ago

1.3.0

5 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.7.5

6 years ago

0.7.4

6 years ago

0.7.3

6 years ago

0.7.2

6 years ago

0.7.1

6 years ago

0.7.0

7 years ago

0.6.1

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago