yairEO / webrix

Powerful building blocks for React-based web applications

Home Page:https://webrix.amdocs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

After building numerous UI components, we realized that there are many common challenges that can be solved once and reused everywhere.

We then extracted those solutions into a set of small, single-purpose components, each aimed at overcoming a specific UI challenge.

We call these components "the bricks of the web" - hence the name Webrix.

Read more about the motivation behind Webrix.

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

About

Powerful building blocks for React-based web applications

https://webrix.amdocs.com/

License:Apache License 2.0


Languages

Language:JavaScript 98.3%Language:SCSS 1.7%