0.7.1-rc33 • Published 15 days ago

react-windy-ui v0.7.1-rc33

Weekly downloads
3
License
MIT
Repository
github
Last release
15 days ago

A UI framework built with Wui sass project and React.

Documentation

For documentation, please refer to this link: http://react-windy-ui.super666.cn/

How to install

You can install by npm or yarn:

npm install react-windy-ui
or
yarn add react-windy-ui

Create a sample project

  • create a project 'my-app' by create-react-app tool
yarn create react-app my-app
# or
npx create-react-app my-app
  • install react-windy-ui
npm install
npm install react-windy-ui
  • modify the App.js
import React from 'react';
import { Button } from 'react-windy-ui';
import 'react-windy-ui/dist/wui.css'; #import the default theme file
const App = () => {
  return <Button type="primary">Hello</Button>
};
export default App;
  • run this project and there should be a button on the page
0.7.1-rc33

15 days ago

0.7.1-rc27

1 month ago

0.7.1-rc28

1 month ago

0.7.1-rc29

1 month ago

0.7.1-rc30

1 month ago

0.7.1-rc31

1 month ago

0.7.1-rc32

1 month ago

0.7.1-rc26

1 month ago

0.7.1-rc25

1 month ago

0.7.1-rc22

8 months ago

0.7.1-rc23

8 months ago

0.7.1-rc20

8 months ago

0.7.1-rc21

8 months ago

0.7.1-rc24

7 months ago

0.7.1-rc12

8 months ago

0.7.1-rc15

8 months ago

0.7.1-rc16

8 months ago

0.7.1-rc13

8 months ago

0.7.1-rc14

8 months ago

0.7.1-rc19

8 months ago

0.7.1-rc17

8 months ago

0.7.1-rc18

8 months ago

0.7.1-rc11

8 months ago

0.7.1-rc9

8 months ago

0.7.1-rc10

8 months ago

0.7.1-rc8

2 years ago

0.7.1-rc6

2 years ago

0.7.1-rc7

2 years ago

0.7.1-rc5

2 years ago

0.7.1-rc4

2 years ago

0.7.0

2 years ago

0.6.6

2 years ago

0.6.5

2 years ago

0.6.3

3 years ago

0.6.4

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.8

3 years ago

0.5.7

3 years ago

0.5.4

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.5.2

3 years ago

0.4.5

3 years ago

0.5.0

3 years ago

0.5.1

3 years ago

0.4.4

3 years ago

0.4.3

3 years ago

0.4.1

3 years ago

0.4.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.1.34

4 years ago