Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

CU Advancement's component library built with Theme UI and React

License

Notifications You must be signed in to change notification settings

CUCentralAdvancement/clean-slate

Repository files navigation

CU Advancement Component Library

Travis npm package Coveralls

Here lies the CU Advancement component library. The library is built using React, Rebass, and ...

Usage

Install the package like normal.

yarn add @cu-advancement/component-library
import { BaseButton as Button } from '@cu-advancement/component-library';

function SubmitButton({ handleClick }) {
  return (
    <Button onClick={handleClick} variant="primary" isDisabled>
      Submit
    </Button>
  );
}

About

CU Advancement's component library built with Theme UI and React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published