grape-ui-react

0.13.3 • 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!

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.13.31latest

Version History

VersionDownloads (Last 7 Days)Published
0.13.31
0.13.20
0.13.10
0.13.00
0.12.20
0.12.10
0.12.00
0.11.00
0.10.00
0.9.10
0.9.00

Package Sidebar

Install

npm i grape-ui-react

Homepage

grapeui.com/

Weekly Downloads

1

Version

0.13.3

License

ISC

Unpacked Size

19.2 MB

Total Files

819

Last publish

Collaborators

  • napagroup