Skip to content

Commit

Permalink
[docs] about page (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
colmtuite authored Dec 6, 2024
1 parent 63c0a6d commit b352ac3
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions docs/src/app/new/(content)/overview/about/page.mdx
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).

0 comments on commit b352ac3

Please sign in to comment.