Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 538 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 538 Bytes

govuk-frederic

  • Frederic component library. More detailed description forthcoming.

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