0.0.12 • Published 8 years ago
@glints-dev/glints-aries
Licence
MIT
Version
0.0.12
Deps
10
Size
1.6 MB
Vulns
3
Weekly
0
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
- better documentation
- more better documentation
- refactoring existing component so it can be more flexible and reliable
Coming soon
- another awesome component