1.0.0 • Published 9 months ago

zimui v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

ZimUI is a comprehensive library of accessible, reusable, and composable React components that streamlines the development of modern web applications and websites. The library offers a diverse range of components that can be easily combined to build complex user interfaces while adhering to accessibility best practices.

Table of contents

Documentation

For the latest version of ZimUI, visit the ZimUI Documentation.

Features

  • Ease of Styling: ZimUI provides layout components like Box and Stack for easy styling by passing props.
  • Flexible & Composable: Built on a React UI Primitive for endless composability.
  • Accessible: Follows WAI-ARIA guidelines with the right aria-* attributes.
  • Dark Mode: Many components support dark mode.

Installation

To use ZimUI components, install the zimui package:

# with Yarn
$ yarn add zimui

# with npm
$ npm install zimui