Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

akigami-ui

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akigami-ui

Made with create-react-library

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

akigami-ui

Made with love for Akigami

Publish package JavaScript Style Guide GitHub npm GitHub package.json version npm bundle size VK Akigami

Storybook: https://ui.akigami.co

Install

From npm registry

npm install akigami-ui styled-components

From gp registry

npm install @akigami/akigami-ui styled-components

Usage

import React from 'react'
import { Button } from 'akigami-ui';
or 
import { Button } from '@akigami/akigami-ui';

export function Example() {
  return (
    <Button>Hi, example button</Button>
  );
}

For development

git clone git@github.com:akigami/akigami-ui.git
cd akigami-ui
npm install
npm start

License

MIT © 2021 Akigami

FAQs

Package last updated on 30 May 2021

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