Skip to content

Commit 5613fad

Browse files
authored
Merge pull request #2 from drbarzaga/drbarzaga/adding-more-resources-into-notifications-and-ui-frameworks
chore: Add new React libraries for notifications and UI frameworks
2 parents b8b4f9c + a3e8719 commit 5613fad

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ pnpm add -g react-frontend-toolkit-cli
164164
### Notifications
165165

166166
- **[Sonner](https://sonner.emilkowal.ski/)**: An opinionated toast component for React.
167+
- **[React Toastify](https://fkhadra.github.io/react-toastify/introduction/)**: A popular library for adding customizable and easy-to-use toast notifications to your React applications.
168+
- **[Notistack](https://notistack.com/)**: A React library which makes it super easy to display notifications on your web apps.
167169

168170
### State Management
169171

@@ -198,13 +200,23 @@ pnpm add -g react-frontend-toolkit-cli
198200
### UI Frameworks
199201

200202
- **[Shadcn UI](https://ui.shadcn.com/)**: A modern UI framework for building responsive and accessible web applications.
203+
- **[Radix UI](https://www.radix-ui.com/)**: An open source component library optimized for fast development, easy maintenance, and accessibility.
204+
- **[Material UI](https://mui.com/material-ui/)**: An open-source React component library that implements Google's Material Design.
205+
- **[Next UI](https://nextui.org/)**: A modern design system for building beautiful React applications.
206+
- **[Evergreen](https://evergreen.segment.com/)**: A React UI Framework for building ambitious products on the web.
201207
- **[Chakra UI](https://www.chakra-ui.com/)**: A simple, modular, and accessible component library that gives you the building blocks to build your React applications.
202208
- **[Mantine](https://mantine.dev/)**: A fully featured React components library with native dark theme support.
203209
- **[Ant Design](https://ant.design/)**: A design system with values of Nature and Determinacy for better user experience of enterprise applications.
204210
- **[Blueprint](https://blueprintjs.com/)**: A React-based UI toolkit for the web.
205211
- **[FluentUI](https://react.fluentui.dev/?path=/docs/concepts-introduction--docs)**: A collection of UX frameworks from Microsoft that help you build web apps that match the Microsoft Design Language
206212
- **[Ariakit](https://ariakit.org/)**: A modern React UI library that helps you build fast, accessible, and responsive web applications.
207-
- **[React Email](https://react.email/)**: A collection of high-quality, unstyled components for creating beautiful emails using React and TypeScript.
213+
- **[NativeBase](https://nativebase.io/)**: Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
214+
- **[React Bootstrap](https://react-bootstrap.github.io/)**: Bootstrap components built with React.
215+
- **[Grommet](https://v2.grommet.io/)**: Build responsive and accessible mobile-first projects for the web with an easy to use component library.
216+
- **[Reakit](https://reakit.io/)**: Toolkit for building accessible web apps with React.
217+
- **[PrimeReact](https://primereact.org/)**: A comprehensive suite of customizable, feature-rich UI components.
218+
- **[Headless UI](https://headlessui.dev/)**: A set of completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
219+
- **[React Email](https://react.email/)**: An open source component library optimized for fast development, easy maintenance, and accessibility.
208220

209221
### Icons
210222

0 commit comments

Comments
 (0)