napagroup / grape-ui-react

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

Home Page:https://www.grapeui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grape-ui logo

Getting Started

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

Prerequisites

Installing

Add grape-ui as a dependency to your project

npm install grape-ui-react

Usage

Import grape-ui components into your project

import { Paragraph } from 'grape-ui-react';

Use the components in your app

render() {
  return (
    <div className="App">
      ...
      <Paragraph>grape-ui is Groovy</Paragraph>
      ...
    </div>
  );
};

And that's it!

About

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

https://www.grapeui.com

License:MIT License


Languages

Language:JavaScript 100.0%Language:HTML 0.0%Language:CSS 0.0%