@a01sa01to/ui
v0.0.35
Published
[![Preview with GitHub Pages](https://github.com/a01sa01to/ui/actions/workflows/github-pages.yml/badge.svg)](https://github.com/a01sa01to/ui/actions/workflows/github-pages.yml) [![Publish Packages](https://github.com/a01sa01to/ui/actions/workflows/npm-pub
Downloads
52
Maintainers
Readme
@a01sa01to/ui
My Personal UI Library, based on Design System by Digital Agency in Japan.
Use with React.
Installation
npm i @a01sa01to/ui
Usage
Production build (ClassName is minified, so make sure not to conflict with your own CSS)
import { ... } from "@a01sa01to/ui";
import "@a01sa01to/ui/style.css";
You can import the source file. CSS Modules is required.
import { ... } from "@a01sa01to/ui/src";