-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# About Base UI | ||
|
||
<Subtitle>An open-source React component library for building accessible user interfaces.</Subtitle> | ||
<Meta | ||
name="description" | ||
content="An overview of Base UI, providing information on its history, team, and goals." | ||
/> | ||
|
||
From the creators of Radix, Material UI, and Floating UI, Base UI is an unstyled React component library for building accessible user interfaces. Our focus is on accessibility, performance, and developer experience. Our goal is to provide a complete set of open-source UI components, with a delightful developer experience, in a sustainable way. | ||
|
||
## Features | ||
|
||
### Headless | ||
|
||
Base UI components are unstyled, don't bundle CSS, and don't prescribe a styling solution. You retain complete control over your application's CSS layer. Base UI is compatible with Tailwind, CSS Modules, plain CSS, CSS-in-JS, or any other styling engine you prefer. | ||
|
||
### Accessible | ||
|
||
Poor accessibility can make your application difficult to navigate for all users, not just for users with disabilities. Accessibility is our primary focus. Base UI components adhere to [WAI-ARIA design patterns](https://www.w3.org/WAI/ARIA/apg/patterns/) and are tested on a wide range of platforms, devices, browsers, screen readers, and other environments. | ||
|
||
### Composable | ||
|
||
Component APIs are fully open, so you have direct access to each node, you can easily add or remove parts, and you can wrap them however you prefer. | ||
|
||
## Team | ||
|
||
- **Colm Tuite** (Radix) | ||
- **Vlad Moroz** (Radix) | ||
- **James Nelson** (Floating UI) | ||
- **Michał Dudak** (MUI) | ||
- **Marija Najdova** (MUI) | ||
- **Albert Yu** (MUI) | ||
|
||
## Community | ||
|
||
### Github | ||
|
||
Base UI is an open-source project. If you want to file a bug report or contribute, visit our [GitHub](https://github.com/mui/base-ui). | ||
|
||
### Discord | ||
|
||
For community support, questions, and tips, join our [Discord](https://discord.gg/g6C3hUtuxz). | ||
|
||
### X | ||
|
||
The best way to stay up-to-date on new releases and announcements is by following [Base UI on X](https://x.com/base_ui). | ||
|
||
### Bluesky | ||
|
||
We're also on [Bluesky](https://bsky.app/profile/base-ui.com). |