Socket
Socket
Sign inDemoInstall

@flatiron-school/ui

Package Overview
Dependencies
176
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @flatiron-school/ui

FIS Design System


Version published
Weekly downloads
49
increased by4800%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 27 Jun 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc