Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elementz-ui/elementz
- Owner: elementz-ui
- License: agpl-3.0
- Created: 2021-06-20T22:16:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-23T20:31:41.000Z (almost 3 years ago)
- Last Synced: 2024-11-04T09:58:18.987Z (about 1 month ago)
- Topics: design, elementz, library, react, react-components, react-ui, table, ui-components, ui-kit, ui-library
- Language: JavaScript
- Homepage: https://elementz.style
- Size: 14 MB
- Stars: 352
- Watchers: 4
- Forks: 24
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-components - Elementz Table - [demo/docs](https://elementz.style/#!/Table) - A modern and easy-to-use table packed with all neccessary features, responsive, infinite scrolling & more. 🆕 (UI Components / Table)
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
```