@flatiron-school/ui
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

The Flatiron School Design System

Installation & Usage

Install

yarn add @flatiron-school/ui @material-ui/core

Usage

import { Button } from '@flatiron-school/ui'

export default () => {
  return <Button primary>Foo</Button>
}

To apply your theme wrap your components in our ThemeProvider:

import ThemeProvider from '@flatiron-school/ui'

export default () => {
  return <ThemeProvider theme={yourTheme}> </ThemeProvider>
}

Available Components

[TODO]

Want to Contribute?

If you want to contribute through code or documentation, the Contributing guide is the best place to start. If you have questions, feel free to ask.

Other

Readme

Keywords

none

Package Sidebar

Install

npm i @flatiron-school/ui

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

1.02 MB

Total Files

144

Last publish

Collaborators

  • ann.schulte