Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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
  • Socket score

Version published
Weekly downloads
0
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc