All Projects → wexond → wexond-ui

wexond / wexond-ui

Licence: GPL-3.0 license
List of reusable React components following Wexond design patterns

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to wexond-ui

vue-multivue
Use multiple Vue apps of the same class on the same page
Stars: ✭ 17 (-29.17%)
Mutual labels:  components, reusable
components
Components for Componentator
Stars: ✭ 65 (+170.83%)
Mutual labels:  components, reusable
lookbook
A tool to help browse, develop, test & document ViewComponents in Ruby on Rails apps 🛠
Stars: ✭ 420 (+1650%)
Mutual labels:  components
amplify-ui
A multi-framework Design System to provide a solid foundation for building UI!
Stars: ✭ 487 (+1929.17%)
Mutual labels:  components
vortex-components
⚛️Vortex Components is a collection of React Components that helps developers build Ethereum Dapps powered by the Vortex Redux Store.
Stars: ✭ 14 (-41.67%)
Mutual labels:  components
cs.js
Computer Science Data Structures and Algorithms in JavaScript ( Node.JS, ES ) in simple, clean, reusable code
Stars: ✭ 86 (+258.33%)
Mutual labels:  reusable
design-system
The Baloise Design System consists of reusable components and a clearly defined visual style, that can be assembled together to build any number of applications.
Stars: ✭ 40 (+66.67%)
Mutual labels:  components
commix
Micro-framework for data-driven composable system architectures
Stars: ✭ 46 (+91.67%)
Mutual labels:  components
taroify
Taroify 是移动端组件库 Vant 的 Taro 版本,两者基于相同的视觉规范,提供一致的 API 接口,助力开发者快速搭建小程序应用。
Stars: ✭ 420 (+1650%)
Mutual labels:  components
tsstyled
A small, fast, and simple CSS-in-JS solution for React.
Stars: ✭ 52 (+116.67%)
Mutual labels:  components
rainbow
一款极简单的Vue UI组件库
Stars: ✭ 14 (-41.67%)
Mutual labels:  components
torchx
TorchX is a universal job launcher for PyTorch applications. TorchX is designed to have fast iteration time for training/research and support for E2E production ML pipelines when you're ready.
Stars: ✭ 165 (+587.5%)
Mutual labels:  components
vue-mui
Mobile UI elements for Vue 2.0
Stars: ✭ 16 (-33.33%)
Mutual labels:  components
hyperapp-styled-components
styled-components for hyperapp in under 3kb
Stars: ✭ 17 (-29.17%)
Mutual labels:  components
vue-patternfly
PatternFly 3 components for Vue 3
Stars: ✭ 50 (+108.33%)
Mutual labels:  components
feedback
An angular module provide a directive for feedback
Stars: ✭ 35 (+45.83%)
Mutual labels:  reusable
craft-helper
A collection of useful Craft CMS macros and components.
Stars: ✭ 23 (-4.17%)
Mutual labels:  components
hsx
Static HTML sites with JSX and webpack (no React).
Stars: ✭ 15 (-37.5%)
Mutual labels:  components
v-svg-icons
Svg icons for VueJS.
Stars: ✭ 36 (+50%)
Mutual labels:  components
tailwind-antd-react-kit
UI Components and helpers for frontend development using Tailwind + Ant Design and React.js
Stars: ✭ 27 (+12.5%)
Mutual labels:  components

Wexond UI

Actions Status NPM NPM Discord

Wexond UI is a set of React components and many utilities. It was developed for Wexond Browser.

Installing

$ npm install @wexond/ui

Contributing

If you have found any bugs or just want to see some new features in Wexond UI, feel free to open an issue. We're open to any suggestions. Bug reports would be really helpful for us and appreciated very much. Wexond UI is in heavy development and some bugs may occur. Also, please don't hesitate to open a pull request. This is really important to us and for the further development of this project.

Running

Firstly, please ensure you have the latest Node.js and Yarn installed on your machine.

You need to register wexond-ui and a few other dependencies using

$ ./scripts/link.bat

or

$ yarn link

At the root of wexond-ui and nodemodules/_react,react-dom,styled-components,@types/react,@types/react-dom,@types/styled-components


Then Clone the playground repo.

$ git clone https://github.com/wexond/wexond-ui-playground

Enter it.

$ cd wexond-ui-playground

Run this command to install all needed dependencies.

$ yarn

Next you need to link wexond-ui and the other packages.

$ ./scripts/link.bat

or

$ yarn link @wexond/ui react react-dom styled-components @types/react @types/react-dom @types/styled-components

Run this command, and open http://localhost:8090/app.html in the browser.

$ npm run dev
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].