You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@glints-dev/glints-aries

Package Overview
Dependencies
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glints-dev/glints-aries

Glints ui-kit for frontend

0.0.12
latest
npm
Version published
Weekly downloads
8
-77.78%
Maintainers
5
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 27 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts