56 lines
2.1 KiB
Plaintext
56 lines
2.1 KiB
Plaintext
<!-- markdownlint-disable-next-line -->
|
||
<p align="center">
|
||
<a href="https://mui.com/base-ui/" rel="noopener" target="_blank"><img width="150" height="133" src="https://mui.com/static/logo.svg" alt="Base UI logo"></a>
|
||
</p>
|
||
|
||
<h1 align="center">Base UI</h1>
|
||
|
||
Base UI is a library of headless ("unstyled") React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.
|
||
|
||
## Installation
|
||
|
||
Install the package in your project directory with:
|
||
|
||
```bash
|
||
npm install @mui/base
|
||
```
|
||
|
||
## Documentation
|
||
|
||
<!-- #default-branch-switch -->
|
||
|
||
Visit [https://mui.com/base-ui/](https://mui.com/base-ui/) to view the full documentation.
|
||
|
||
## Questions
|
||
|
||
For how-to questions that don't involve making changes to the code base, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/base-ui) instead of GitHub issues.
|
||
Use the "base-ui" tag on Stack Overflow to make it easier for the community to find your question.
|
||
|
||
## Examples
|
||
|
||
Our documentation features [a collection of example projects using Base UI](https://github.com/mui/material-ui/tree/master/examples).
|
||
|
||
## Contributing
|
||
|
||
Read the [contributing guide](/CONTRIBUTING.md) to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes.
|
||
|
||
Contributing to Base UI is about more than just issues and pull requests!
|
||
There are many other ways to [support MUI](https://mui.com/material-ui/getting-started/faq/#mui-is-awesome-how-can-i-support-the-project) beyond contributing to the code base.
|
||
|
||
## Changelog
|
||
|
||
The [changelog](https://github.com/mui/material-ui/releases) is regularly updated to reflect what's changed in each new release.
|
||
|
||
## Roadmap
|
||
|
||
Future plans and high-priority features and enhancements can be found in our [roadmap](https://mui.com/material-ui/discover-more/roadmap/).
|
||
|
||
## License
|
||
|
||
This project is licensed under the terms of the
|
||
[MIT license](/LICENSE).
|
||
|
||
## Security
|
||
|
||
For details of supported versions and contact details for reporting security issues, please refer to the [security policy](https://github.com/mui/material-ui/security/policy).
|