0.5.0 • Published 4 years ago

airtame-gooey-react v0.5.0

Weekly downloads
139
License
ISC
Repository
github
Last release
4 years ago

Airtame Gooey React is a React component library that works together with airtame/airtame-gooey to provide Airtame's visual identity to your website.

Installation

yarn add airtame-gooey-react

or

npm install airtame-gooey-react

Usage

Import the component you need.

import Button from 'airtame-gooey-react/Button';
...
render () {
  return (
    <div>
      // some form
      <Button>Submit</Button>
    </div>
  )
}

or multiple components at a time

import { TextField, Button } from 'airtame-gooey-react';

Development

Check the parent project airtame/gooey for development instructions.

0.5.0

4 years ago

0.4.6

4 years ago

0.4.5

4 years ago

0.4.4

5 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago