Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elementz-ui/elementz

:space_invader: A React UI Component library for building modern applications easily & quickly
https://github.com/elementz-ui/elementz

design elementz library react react-components react-ui table ui-components ui-kit ui-library

Last synced: about 1 month ago
JSON representation

:space_invader: A React UI Component library for building modern applications easily & quickly

Awesome Lists containing this project

README

        





Elementz




[![npm](https://img.shields.io/npm/v/elementz)](https://www.npmjs.com/package/elementz)
[![npm](https://img.shields.io/npm/dw/lodash)](https://www.npmjs.com/package/elementz)

A React Component library for buliding modern applications easily & quickly.


### Documentation
Learn more at https://elementz.style

### What's unique?
There are a few React UI libraries around, and you might be wondering if there is anything new here?

A few interesting things:

- [Table](#table) A full featured Table component, scalable, fast, responsive, infinite scrolling & more
- [Loading](#loading) Smooth Loading Skeleton wrappers with 0 configuration
- [Customization & Performance](#theme) More than 50% of this library code is SCSS , making it easily customizable and smooth

& some other nice stuff you should probably check out

### Install
`npm i elementz --save`

Bundle Size is about ~500KB

### Usage
```jsx
import {Button} from 'elementz';

Push me
```