Skip to content

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

License

Notifications You must be signed in to change notification settings

elementz-ui/elementz

Folders and files

NameName
Last commit message
Last commit date
Jul 13, 2021
Jul 13, 2021
Jun 26, 2021
Jun 26, 2021
Jun 20, 2021
Jun 20, 2021
Jul 2, 2021
Jul 13, 2021
Jul 4, 2021
Jun 20, 2021
Jun 20, 2021

Repository files navigation

Elementz

npm npm

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 A full featured Table component, scalable, fast, responsive, infinite scrolling & more
  • Loading Smooth Loading Skeleton wrappers with 0 configuration
  • Customization & Performance 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

import {Button} from  'elementz';

<Button primary>Push me</Button>