UNPKG

@dabapps/roe

Version:

A collection of React components, styles, mixins, and atomic CSS classes to aid with the development of web applications.

15 lines (12 loc) 259 B
#### Example ```js import { ContentBox, Section } from '@dabapps/roe'; <ContentBox> <Section>Section 1</Section> <Section>Section 2</Section> <Section>Section 3</Section> <p>Horizontal rules</p> <hr /> <hr className="fade" /> </ContentBox>; ```