All Projects → open-amdocs → Webrix

open-amdocs / Webrix

Licence: apache-2.0
Powerful building blocks for React-based web applications

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Webrix

elements
Lovingly crafted ui components based on web components. Works well with all Frameworks - including Angular, React and Vue.
Stars: ✭ 42 (+2.44%)
Mutual labels:  components, web-components, ui-components
Components
Example Components (Built with Tonic)
Stars: ✭ 42 (+2.44%)
Mutual labels:  ui-components, components, web-components
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+1612.2%)
Mutual labels:  library, ui-components, components
Bit
A tool for component-driven application development.
Stars: ✭ 14,443 (+35126.83%)
Mutual labels:  ui-components, components, frontend
Storybook
📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!
Stars: ✭ 67,445 (+164400%)
Mutual labels:  ui-components, components, web-components
Contactlab Ui Components
DEPRECATED - Basic UI components for ContactLab UX design pattern library
Stars: ✭ 31 (-24.39%)
Mutual labels:  library, components, web-components
React Multi Select
A Multi Select component built with and for React
Stars: ✭ 111 (+170.73%)
Mutual labels:  ui-components, components, frontend
Chat Ui Kit React
Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
Stars: ✭ 131 (+219.51%)
Mutual labels:  library, components, frontend
Bem Components
Set of components for sites development
Stars: ✭ 318 (+675.61%)
Mutual labels:  library, components, web-components
Fast
The adaptive interface system for modern web experiences.
Stars: ✭ 6,532 (+15831.71%)
Mutual labels:  components, web-components
Iview
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 23,930 (+58265.85%)
Mutual labels:  components, frontend
Clarity
Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
Stars: ✭ 6,398 (+15504.88%)
Mutual labels:  components, web-components
Ng Devui
华为云DevCloud,基于Angular的企业级前端组件库;DevUI components based on Angular
Stars: ✭ 616 (+1402.44%)
Mutual labels:  ui-components, frontend
Xy Ui
🎨面向未来的原生 web components UI组件库
Stars: ✭ 603 (+1370.73%)
Mutual labels:  ui-components, web-components
Uiw
⚛️ @uiwjs A high quality UI Toolkit, A Component Library for React 16+.
Stars: ✭ 531 (+1195.12%)
Mutual labels:  ui-components, frontend
Diffhtml
diffHTML is a web framework that helps you build applications and other interactive content
Stars: ✭ 788 (+1821.95%)
Mutual labels:  components, web-components
Base
React-UI-Kit - frontend library with ReactJS components
Stars: ✭ 18 (-56.1%)
Mutual labels:  ui-components, frontend
Po Angular
Biblioteca de componentes Angular.
Stars: ✭ 497 (+1112.2%)
Mutual labels:  ui-components, frontend
Scrollbooster
Enjoyable content drag-to-scroll library
Stars: ✭ 775 (+1790.24%)
Mutual labels:  library, ui-components
Crab
JavaScript library for building user interfaces with Custom Elements, Shadow DOM and React like API
Stars: ✭ 22 (-46.34%)
Mutual labels:  library, frontend

Webrix logo

GitHub license CircleCI Status codecov npm version semantic-release PRs Welcome

Powerful building blocks for React-based web applications.

For the full documentation, API overview and live examples, visit the official Webrix documentation site.

What Is Webrix?

Webrix is a set of small, single-purpose components, each aimed at overcoming a specific UI challenge. It's not a component bank, but rather a set of components with which you can build your own component bank, whether it's basic or highly complex.

Installation

You can install Webrix with npm (or yarn if you prefer).

# With npm
npm i webrix

# With yarn
yarn add webrix

Webrix requires has peer dependencies for react, react-dom and prop-types, so be sure to install them as well:

npm i react react-dom prop-types

Usage

Webrix components can be imported using named imports:

import {Movable} from 'webrix';

<Movable {...props}/>

Components

Hooks

Tools

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].