1.3.0 • Published 3 years ago

akigami-ui v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

1.2.0

3 years ago

1.3.0

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.2

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago