1.1.1 • Published 3 years ago

decanter-react v1.1.1

Weekly downloads
6
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

Decanter React

NPM Code Style

Changelog: CHANGELOG.md

Description

A React Component Library using Decanter V7+ and TailWindCSS

Install

npm install --save decanter-react

Usage

import React, { Component } from "react";

import { MyComponent } from "decanter-react";
import "decanter/dist/decanter.css";

class Example extends Component {
  render() {
    return <MyComponent />;
  }
}

Demo and Documentation

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.

Accessibility

WCAG Conformance 2.0 AA Badge

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.

Contributing

We encourage you to contribute to Decanter-React! Please check out the Contributing to Decanter React guide for guidelines about how to proceed.

License

GPL-3.0-or-later © Stanford Web Services(https://github.com/Stanford Web Services)

1.1.1

3 years ago

1.1.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.7-alpha.0

3 years ago

1.0.5-alpha.0

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.4-alpha.0

3 years ago

1.0.0

3 years ago

1.0.4

3 years ago

1.0.0-dev

3 years ago