1.0.8 • Published 9 months ago

@biqi/ui v1.0.8

Weekly downloads
16
License
MIT
Repository
github
Last release
9 months ago

React UI Biqi

一个简单,可信任,可以控制的React UI库

📦 Install

npm install @biqi/ui
yarn add @biqi/ui

🔨 Usage

导入UI库

import {Input} from '@biqi/ui';

const App = () => (
  <>
    <Input value="??" />
  </>
);

导入样式:

import '@biqi/ui/dist/theme/index.css';
@import '../node_modeules/@biqi/ui/dist/theme/index.css';

TypeScript

用TS编写

1.0.8

9 months ago

1.0.7

11 months ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago