# @glints-dev/glints-aries

> Glints ui-kit for frontend

Latest version **0.0.12** (published 2018-06-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install @glints-dev/glints-aries
pnpm add @glints-dev/glints-aries
yarn add @glints-dev/glints-aries
bun add @glints-dev/glints-aries
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.12 |
| Published | 2018-06-27 |
| First published | 2018-06-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 10 |
| Unpacked size | 1.6 MB |
| Known vulnerabilities | 0 (+3 in 2 direct dependencies) |
| Install scripts | no |
| Author | Glints |
| Maintainers | fredyyanto, jieqi, tagraha, yanrong, yingcong |

## Links

- npm: https://www.npmjs.com/package/@glints-dev/glints-aries
- npm.io page: https://npm.io/package/@glints-dev/glints-aries

## Dependencies (10)

- [r](https://npm.io/package/r.md) 0.0.5
- [react](https://npm.io/package/react.md) 16.4.1
- [moment](https://npm.io/package/moment.md) 2.22.1
- [react-dom](https://npm.io/package/react-dom.md) 16.4.1
- [prop-types](https://npm.io/package/prop-types.md) 15.6.1
- [nuka-carousel](https://npm.io/package/nuka-carousel.md) 4.1.0
- [react-datetime](https://npm.io/package/react-datetime.md) 2.14.0
- [styled-components](https://npm.io/package/styled-components.md) ^3.3.2
- [throttle-debounce](https://npm.io/package/throttle-debounce.md) 1.0.1
- [create-react-context](https://npm.io/package/create-react-context.md) 0.2.2

## Recent versions

- 0.0.12 (latest) — 2018-06-27
- 0.0.11 — 2018-06-27
- 0.0.10 — 2018-06-27
- 0.0.9 — 2018-06-27
- 0.0.8 — 2018-06-27
- 0.0.7 — 2018-06-27
- 0.0.6 — 2018-06-27
- 0.0.5 — 2018-06-27
- 0.0.3 — 2018-06-22

## README

# glints-aries
Glints-aries UI-kit

[https://github.com/glints-dev/glints-aries](https://github.com/glints-dev/glints-aries)

## installation
```bash
npm install -S @glints-dev/glints-aries
```

## usage

### Button
```javascript
import React from 'react';
import { Button } from '@glints-dev/glints-aries';

const MyComponent = () => {
  return(
    <Button variant="default">Im a button</Button>
  )
}

export default MyComponent;
```

## npm scripts
```bash
npm run storybook
```
then open your browser on port 9001

## development
all components lived on `src` folder. once you done adding component on `src` folder include it on `src/index.js` file
```javascript
export {default as Button} from './Button';
export {default as MyAwesomeComponent} from './MyAwesomeComponent';
export {Uikit as default, UikitConsumer, UikitProvider} from './Provider';
```

## Todos
- [x] better documentation
- [ ] more better documentation
- [ ] refactoring existing component so it can be more flexible and reliable

## Coming soon
- [ ] another awesome component

---
_Source: https://npm.io/package/@glints-dev/glints-aries · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
