2.5.1 • Published 6 years ago

airtame-gooey v2.5.1

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

Airtame Gooey is an SCSS Mixin library that helps provide the Airtame look and feel to your application. You can use it with your own HTML or with any templating engine you like. If you're using React, it works out of the box with the components from airtame/airtame-gooey-react.

Installation

yarn add --dev airtame-gooey

or

npm install --save-dev airtame-gooey

Usage

Import the full library in your main SCSS file

@import 'path/to/node_modules/airtame-gooey/gooey'

If you using eyeglass, you can simply import it as an eyeglass module

@import 'gooey';

Alternatively, you can include only the parts that you need

@import 'path/to/node_modules/airtame-gooey/components/button/index';

or with eyeglass

@import 'gooey/components/button';

Development

Check the parent project airtame/gooey for development instructions.

2.5.1

6 years ago

2.5.0

7 years ago

2.4.3

7 years ago

2.4.2

7 years ago

2.4.1

7 years ago

2.4.0

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.6.2

7 years ago

1.6.1

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago