Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/coopbri/shakti

A universal React component toolkit
https://github.com/coopbri/shakti

component-library library react reactjs

Last synced: about 5 hours ago
JSON representation

A universal React component toolkit

Awesome Lists containing this project

README

        


shakti

A universal React component toolkit


[![license](https://img.shields.io/npm/l/shakti-lib?color=%2399ffff)](https://github.com/coopbri/shakti/blob/master/LICENSE.md) [![npm](https://img.shields.io/npm/v/shakti-lib?color=ccffcc)](https://www.npmjs.com/package/shakti-lib)

### Features
- Strongly-typed: Written in TypeScript
- Tree-shaking: Modular, lean build supporting dead code elimination
- Modular: Easily customize HTML and CSS functionality with foundational base components and props
- Declarative: Clear naming of units based on underlying HTML and CSS functionality
- Grid: Intuitive grid system based on flexbox
- Prefabs: Prefabricated, cohesive UI components ready to drop into an application
- Utilities: Hooks and other utilities to help with responsive layout creation and other UI-driven tasks
- Thin abstraction: Built on styled components, encouraging DRY object composition

### Installation
`yarn add shakti-lib` or `npm i shakti-lib`

### Usage
See https://shaktilib.com/getting-started to get started.

To try Shakti in a live sandbox environment without installing it in a project, see https://shaktilib.com/sandbox.

### Documentation
The complete documentation can be seen at https://shaktilib.com.

### License
Shakti is licensed under MIT, © Brian Cooper. See LICENSE.md for more information.