0.7.1 • Published 8 years ago

aia v0.7.1

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

aia npm version Build Status

npm install aia --save

The UI Kit that powers ONE's internal projects built on ReactJS and Sass.

Check the docs.

Usage

If you're using sass, you can simply import the scss file.

@import "path/to/aia/styles/main.scss";

Otherwise, you can get the CSS file directly.

<link href="path/to/aia/dist/aia.css" rel="stylesheet">

As for the scripts, we're tightly knit to ReactJS 0.14. Our older versions do not have any scripts.

import { Dropdown } from 'aia';

or if you'd like to get only a certain module or component,

import Dropdown from 'aia/lib/components/Dropdown';

UMD builds are not available for now.

Developing

To build the scripts:

npm install
bundle install
npm run build:script
npm run build:style

To run the docs locally:

# running
npm run docs:build:script
npm run docs:build:style
npm run docs:server

In case you'd like to watch for changes:

npm run docs:watch:script
npm run docs:watch:style

License

Big thanks to our main contributors:

Special thanks to our inspirations:

Lastly, thanks to JC Ricaro for coining the project name.

aia should never be used outside of officially endorsed ONE products or without explicit permission.

0.7.1

8 years ago

0.7.0

8 years ago

0.6.2

8 years ago

0.6.1

9 years ago

0.6.0

9 years ago

0.5.6

9 years ago

0.5.5

9 years ago

0.5.4

9 years ago

0.5.3

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.9

9 years ago

0.4.8

9 years ago

0.4.7

9 years ago

0.4.6

9 years ago

0.4.5

9 years ago

0.4.4

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.11

9 years ago

0.3.10

9 years ago

0.3.9

9 years ago

0.3.8

9 years ago

0.3.7

9 years ago

0.3.6

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.14

9 years ago

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.0

9 years ago