UNPKG

@dabapps/roe

Version:

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

17 lines (14 loc) 267 B
#### Example ```js import { Anchor } from '@dabapps/roe'; <div> <p> <Anchor>Anchor example: automatically generated href</Anchor> </p> <p> <Anchor href="anchor-example-custom-href"> Anchor example: explicit href </Anchor> </p> </div>; ```