UNPKG

@dabapps/roe

Version:

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

30 lines (26 loc) 529 B
#### Example ```js static <CookieBanner position="top" render={({ dismiss }) => ( <Container> <Row> <Column xs={10}> <p>We use cookies! Roe is awesome</p> </Column> <Column xs={2}> <Button onClick={dismiss} className="margin-top-base float-right"> Accept </Button> </Column> </Row> </Container> )} /> ``` #### Less variables ```css @banner-background: @body-background; @banner-border: @border-base; @banner-height: auto; ```