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.
Visit https://mangoui.netlify.app to view the full documentation.
Visit https://mangoui-storybook.netlify.app to view the storybook for all components.
# with npm
$ npm i @mangoui/react
# with yarn
$ yarn add @mangoui/react
# with pnpm
$ pnpm add @mangoui/react
# with bun
$ bun add @mangoui/react# 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- Email - [email protected]
MIT License, Copyright © Ahn Co. All rights reserved.