Skip to content

mangoui-react/mango-ui

Repository files navigation

MangoUi

A library of open-source UI components for developing high-quality, accessible React design systems and web apps.

Mango UI aims to simplify development by providing unstyled, flexible design systems that enhance user experiences.

As a foundational UI component library, it emphasizes accessibility, customization, and developer experience. These components can serve as the core of your design system or be integrated gradually into your project.

Documentation

Visit https://mangoui.netlify.app to view the full documentation.

Storybook

Visit https://mangoui-storybook.netlify.app to view the storybook for all components.

Installation

Global Install

# with npm
$ npm i @mangoui/react

# with yarn
$ yarn add @mangoui/react

# with pnpm
$ pnpm add @mangoui/react

# with bun
$ bun add @mangoui/react

Individual Install

# with npm
$ npm i @mangoui/<package-name>
# ex) npm i @mangoui/accordion

# with yarn
$ yarn add @mangoui/<package-name>
# ex) yarn add @mangoui/accordion

# with pnpm
$ pnpm add @mangoui/<package-name>
# ex) pnpm add @mangoui/accordion

# with bun
$ bun add @mangoui/<package-name>
# ex) bun add @mangoui/accordion

Community

License

MIT License, Copyright © Ahn Co. All rights reserved.

About

A library of open-source UI components for your React Applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published