New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@flatiron-school/ui

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flatiron-school/ui

FIS Design System

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
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

Package last updated on 27 Jun 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc