Skip to content

hageveld/ui

Repository files navigation

Hageveld UI

Implemented with React components following Atomic Design.

Installation

Requires a bundler with ES module support.

yarn add @hageveld/ui styled-components

Wrap your app in a ThemeProvider to use the included light theme.

import { Button, light } from '@hageveld/ui';
import React from 'react';
import { ThemeProvider } from 'styled-components';

<ThemeProvider theme={light}>
  <Button>Button</Button>
</ThemeProvider>;

Typeface

Our designs use the Lato and Roboto Mono typefaces, which you will probably need to install in your app or site. There are several options depending on your requirements and build tooling: