grape-ui-react

0.9.0 • Public • Published

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!

Readme

Keywords

none

Package Sidebar

Install

npm i grape-ui-react@0.9.0

Homepage

grapeui.com/

Version

0.9.0

License

ISC

Unpacked Size

5.94 MB

Total Files

478

Last publish

Collaborators

  • napagroup