Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

myforest0/mu-ui

Repository files navigation

Resonance UI

定制化的React UI组件库

介绍

在尝试实现传统UI组件库的基础上,实现定制化组件,例如:更好的交互、更好的界面效果。

安装

npm install resonance-ui

or

yarn add resonance-ui

使用

import { Button, DatePicker } from 'resonance-ui';
const App = () => (
 <>
 <Button type="primary">PRESS ME</Button>
 <DatePicker placeholder="select date" />
 </>
);

并手动导入样式

import 'resonance-ui/style/index.css';

About

一款React组件库

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

AltStyle によって変換されたページ (->オリジナル) /