All Projects → weui → React Weui

weui / React Weui

weui for react

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to React Weui

Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (-74.87%)
Mutual labels:  ui-components, components, react-components, component-library
Elm Ui
UI library for making web applications with Elm
Stars: ✭ 878 (-68.56%)
Mutual labels:  ui-components, components, component-library
engage-ui
Engage UI is a React component library designed to help developers and designers creater the delightful web experiences.
Stars: ✭ 14 (-99.5%)
Mutual labels:  components, react-components, component-library
Tail Kit
Tail-kit is a free and open source components and templates kit fully coded with Tailwind css 2.0.
Stars: ✭ 997 (-64.3%)
Mutual labels:  ui-components, components, component-library
Uniforms
A React library for building forms from any schema.
Stars: ✭ 1,368 (-51.02%)
Mutual labels:  components, react-components, component-library
Semantic Ui React
The official Semantic-UI-React integration
Stars: ✭ 12,561 (+349.73%)
Mutual labels:  components, react-components, component-library
Components
Example Components (Built with Tonic)
Stars: ✭ 42 (-98.5%)
Mutual labels:  ui-components, components, component-library
Axiom React
Axiom - Brandwatch design system and React pattern library
Stars: ✭ 41 (-98.53%)
Mutual labels:  ui-components, react-components, component-library
Taiga Ui
Angular UI Kit and components library for awesome people
Stars: ✭ 1,353 (-51.56%)
Mutual labels:  ui-components, components, component-library
Re Jok
A React UI Component library built with styled-components
Stars: ✭ 102 (-96.35%)
Mutual labels:  ui-components, components, react-components
Zent
A collection of essential UI components written with React.
Stars: ✭ 2,133 (-23.63%)
Mutual labels:  ui-components, components, component-library
wlui
wl-ui 精美易用的前端复杂组件解决方案。Beautiful and easy-to-use front-end complex component solution
Stars: ✭ 32 (-98.85%)
Mutual labels:  components, component-library, ui-components
Neumorphic Ui
📚 A library of components based on the concept of neumorphism
Stars: ✭ 82 (-97.06%)
Mutual labels:  components, react-components, component-library
tailwind-ui-components
Free Tailwind CSS UI Components - Crafted for modern websites, landing pages and web apps. TailGrids Core is free and open-source so, feel free to use with your personal or commercial projects. If you would like to show your support and love, don't forget to give us a star 🌟
Stars: ✭ 49 (-98.25%)
Mutual labels:  components, component-library, ui-components
Ui
React Styled Components with bootstrap grid system
Stars: ✭ 89 (-96.81%)
Mutual labels:  ui-components, components, react-components
Precise Ui
📐 React UI Component Library powered by ZEISS.
Stars: ✭ 192 (-93.13%)
Mutual labels:  ui-components, components, component-library
taiga-ui
Angular UI Kit and components library for awesome people
Stars: ✭ 2,251 (-19.41%)
Mutual labels:  components, component-library, ui-components
mijin
Tailwind CSS UI components build for Vue.js / Nuxt.js
Stars: ✭ 168 (-93.98%)
Mutual labels:  component-library, ui-components
dashkit-ui
UI Components built on React.
Stars: ✭ 17 (-99.39%)
Mutual labels:  react-components, ui-components
svelteit
Svelteit is a minimalistic UI/UX component library for Svelte and Sapper projects
Stars: ✭ 64 (-97.71%)
Mutual labels:  component-library, ui-components

React-WeUI

Build Status Github Workflow Status npm version

WeUI Components build with React.

Coverage Status PRs Welcome QQ

Docs

1.0.x documentation with live examples. 0.4.x documentation with live examples.

Installation

With npm:

If React is not installed

npm install --save react react-dom
npm install --save [email protected] react-weui

With React Installed

npm install [email protected] react-weui --save

To use the development version (API might changes on realese version)

npm install react-weui@alpha --save

With browser (CDN by unpkg)

Javacript

https://unpkg.com/[email protected]

CSS

https://unpkg.com/[email protected]/build/dist/react-weui.css

Example

We have several examples on the documentation. Here is the first one to get you started:

// app.js

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'react-weui';
//import styles
import 'weui';
import 'react-weui/build/packages/react-weui.css';

const App = () => <Button>hello wechat</Button>;

ReactDOM.render((
    <App/>
), document.getElementById('container'));

Contributing

Welcome and send the PR in! Development of components will happen in this github repo.

See the contributing guidelines for details.

Mobile Demo

react-weui

1.0.0

License

The MIT License(http://opensource.org/licenses/MIT)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].