@glints-dev/glints-aries

0.0.12 • Public • Published

glints-aries

Glints-aries UI-kit

https://github.com/glints-dev/glints-aries

installation

npm install -S @glints-dev/glints-aries

usage

Button

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

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @glints-dev/glints-aries

Weekly Downloads

8

Version

0.0.12

License

MIT

Unpacked Size

1.68 MB

Total Files

356

Last publish

Collaborators

  • yingcong
  • jieqi
  • yanrong