Bubbles

screenshot of Bubbles
react
mantine

The Bubbles Design System is Leemonade's open-source design system for products and experiences.

Overview

Bubbles UI offers a robust range of components that significantly enhance the development experience for those using React. With over 100 core components, it provides a solid foundation for building interactive and engaging user interfaces. The library aims to streamline the design and functionality of applications while ensuring ease of use and flexibility.

The suite includes specialized packages that cater to various needs, from calendaring to rich text editing, making it a comprehensive choice for developers looking to implement well-styled, functional elements into their projects.

Features

  • Core Components Library: Over 100 versatile components that cover a wide range of UI needs, making it easy to integrate into various types of applications.

  • Styled Calendars: The @bubbles-ui/calendars package provides a refined version of React Big Calendar, offering an aesthetically pleasing and functional calendar for event management.

  • Rich Text Editors: With @bubbles-ui/editors, developers can utilize extensible rich text editor components, enhancing user interaction and content creation.

  • Notifications System: The @bubbles-ui/notifications package features a fully functional notifications system, enabling real-time alerts and messages to improve user engagement.

  • Open Source with MIT License: The library is open source under the MIT license, allowing developers to use, modify, and distribute the components freely.

  • Community Driven: Contributions from a diverse group of developers on GitHub foster continuous improvement and feature enhancements within the library.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

mantine
Mantine UI

A fully featured React components library. 100+ components, 50+ hooks.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Storybook

Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.