0.7.1-rc34 • Published 1 year ago

react-windy-ui v0.7.1-rc34

Weekly downloads
3
License
MIT
Repository
github
Last release
1 year 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-rc34

1 year ago

0.7.1-rc33

1 year ago

0.7.1-rc27

1 year ago

0.7.1-rc28

1 year ago

0.7.1-rc29

1 year ago

0.7.1-rc30

1 year ago

0.7.1-rc31

1 year ago

0.7.1-rc32

1 year ago

0.7.1-rc26

1 year ago

0.7.1-rc25

1 year ago

0.7.1-rc22

2 years ago

0.7.1-rc23

2 years ago

0.7.1-rc20

2 years ago

0.7.1-rc21

2 years ago

0.7.1-rc24

2 years ago

0.7.1-rc12

2 years ago

0.7.1-rc15

2 years ago

0.7.1-rc16

2 years ago

0.7.1-rc13

2 years ago

0.7.1-rc14

2 years ago

0.7.1-rc19

2 years ago

0.7.1-rc17

2 years ago

0.7.1-rc18

2 years ago

0.7.1-rc11

2 years ago

0.7.1-rc9

2 years ago

0.7.1-rc10

2 years ago

0.7.1-rc8

3 years ago

0.7.1-rc6

3 years ago

0.7.1-rc7

3 years ago

0.7.1-rc5

3 years ago

0.7.1-rc4

3 years ago

0.7.0

3 years ago

0.6.6

4 years ago

0.6.5

4 years ago

0.6.3

4 years ago

0.6.4

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.8

4 years ago

0.5.7

4 years ago

0.5.4

4 years ago

0.5.6

4 years ago

0.5.5

4 years ago

0.5.2

4 years ago

0.4.5

4 years ago

0.5.0

4 years ago

0.5.1

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.1

4 years ago

0.4.2

4 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.1.34

5 years ago