An open API service indexing awesome lists of open source software.

https://github.com/napagroup/grape-ui-react

grape-ui: the responsive react UI framework built upon styled components, styled system, and open source components
https://github.com/napagroup/grape-ui-react

grape-ui react

Last synced: 6 months ago
JSON representation

grape-ui: the responsive react UI framework built upon styled components, styled system, and open source components

Awesome Lists containing this project

README

          

![grape-ui logo](http://www.grapeui.com/assets/images/grape-ui-header-logo.svg)

## Getting Started

These instructions will allow you to use the extensible grape-ui component library in any React project.

### Prerequisites

* [ReactJS](https://reactjs.org/)
* [Styled Components](https://www.styled-components.com/)

### Installing

Add grape-ui as a dependency to your project

```bash
npm install grape-ui-react
```

### Usage

Import grape-ui components into your project

```jsx static
import { Paragraph } from 'grape-ui-react';
```

Use the components in your app

```jsx static
render() {
return (


...
grape-ui is Groovy
...

);
};
```

And that's it!