2020-08-19 15:54:58 +08:00
2020-07-20 16:53:17 +08:00
2020-08-06 17:44:31 +08:00
2020-08-19 15:54:58 +08:00
2020-08-06 17:44:31 +08:00
2020-07-20 12:59:10 +08:00
2020-05-22 17:09:48 +08:00
2020-05-09 22:48:31 +08:00
2020-08-07 15:06:51 +08:00
2020-03-11 17:25:00 +08:00
2020-08-19 15:54:58 +08:00
2020-05-12 15:56:14 +08:00
2020-05-22 17:39:59 +08:00
2020-07-20 12:59:10 +08:00
2020-05-11 13:13:25 +08:00
2020-08-17 14:23:42 +08:00
2020-07-21 12:25:06 +08:00
2020-08-07 15:06:51 +08:00
2020-08-07 15:06:51 +08:00
2020-08-19 01:22:27 +08:00

UUI

Universal Utility-first React UI Library

Storybook

UUI is still heavily under development. Specifications and Usage might change in the future and, as of now, no backwards compatibility is guaranteed!

English | 简体中文

Features

  • A set of useful components out of the box.
  • TypeScript based full type safety.
  • Highly customizable.

Installation

npm install @hackplan/uui --save
yarn add @hackplan/uui

Usage

import '@hackplan/uui/lib/index.css';
import { Button } from '@hackplan/uui';

function App() {
  return (
    <div>
      <Button>Click me!</Button>
    </div>
  )
}

Development

For the development of this project, Yarn is preferred over npm. However, any Yarn command can be replaced by the npm equivalent.

git clone https://github.com/HackPlan/UUI.git
cd uui
nvm use
yarn
yarn storybook

Open your browser and visit http://localhost:6006 .

Contributing

We welcome all contributions. Please read CONTRIBUTING.md first.

Licenses

All files on the UUI GitHub repository are subject to the MIT license. Please read the License file at the root of the project.

Description
No description provided
Readme MIT 2.9 MiB
Languages
TypeScript 71%
MDX 16.2%
SCSS 11.3%
JavaScript 1.5%