stevesims / govuk-frederic

https://stevesims.github.io/govuk-frederic/
MIT License
3 stars 1 forks source link

govuk-frederic

Usage

npm install govuk-frederic styled-components --save
import { Arrow } from 'govuk-frederic';

const Page = () => (
  <div>
    <Arrow />
  </div>
);

See the Storybook for examples of all available components.

Contributors