Changelog: CHANGELOG.md
A React Component Library using Decanter V7+ and TailWindCSS
npm install --save decanter-react
import React, { Component } from "react";
import { MyComponent } from "decanter-react";
import "decanter/dist/decanter.css";
class Example extends Component {
render() {
return <MyComponent />;
}
}
Please see our storybook build website at Decanter React - Stoybook. It is full of wonderful tools, markup, examples, and information about the components in this package.
Evaluation Date: 2020-05-14 This project conforms to level AA WCAG 2.0 standards as required by the university's accessibility policy. For more information on the policy please visit: https://ucomm.stanford.edu/policies/accessibility-policy.html.
We encourage you to contribute to Decanter-React! Please check out the Contributing to Decanter React guide for guidelines about how to proceed.
GPL-3.0-or-later © [Stanford Web Services](https://github.com/Stanford Web Services)