https://github.com/opensearch-project/oui
OpenSearch UI Framework
https://github.com/opensearch-project/oui
Last synced: about 2 months ago
JSON representation
OpenSearch UI Framework
- Host: GitHub
- URL: https://github.com/opensearch-project/oui
- Owner: opensearch-project
- License: apache-2.0
- Created: 2022-07-11T21:11:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T04:49:52.000Z (4 months ago)
- Last Synced: 2025-04-28T03:51:22.690Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 510 MB
- Stars: 43
- Watchers: 18
- Forks: 75
- Open Issues: 189
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README

# OpenSearch UI Framework- [Welcome!](#welcome)
- [Installation](#installation)
- [Project Resources](#project-resources)
- [Project Style Guidelines](#project-style-guidelines)
- [Code of Conduct](#code-of-conduct)
- [License](#license)
- [Copyright](#copyright)## Welcome!
> The OpenSearch UI (OUI) Framework is a collection of React UI components for quickly building user interfaces
> for the OpenSearch Project.You should check out our [living style guide][docs], which contains many examples of components in the OUI framework aesthetic, and how to use them in your products. We also have a [FAQ](FAQ.md) that covers common usage questions.
### Goals
The primary goal of this library is to provide reusable UI components that can be used in any
OpenSearch project web project. As React components, they remove CSS from the process of building UIs.
As a single source of truth, the framework allows our designers to make changes to our aesthetic
directly in the code. And unit test coverage for the UI components allows us to deliver a stable
"API for user interfaces".## Installation
To install the OpenSearch UI Framework into an existing project, use the `yarn` CLI (`npm` is not supported).
```
yarn add @opensearch-project/oui
```Note that OUI has [several `peerDependencies` requirements](package.json) that will also need to be installed if starting with a blank project. You can read more about other ways to [consume OUI][consuming].
## Project Resources
* [FAQ](FAQ.md)
* [Project Website](https://opensearch.org/)
* [Downloads](https://opensearch.org/downloads.html)
* [Documentation](https://opensearch.org/docs/latest/)
* Need help? Try [Forums](https://forum.opensearch.org/)
* [Project Principles](https://opensearch.org/about.html#principles-for-development)
* [Contributing to OpenSearch](CONTRIBUTING.md)
* [Maintainer Responsibilities](RESPONSIBILITIES.md)
* [Release Management](RELEASING.md)
* [Organization Admins](ADMINS.md)
* [Repo Maintainers](MAINTAINERS.md)
* [Security](SECURITY.md)## Project Style Guidelines
The [OpenSearch Project style guidelines](https://github.com/opensearch-project/documentation-website/blob/main/STYLE_GUIDE.md) and [OpenSearch terms](https://github.com/opensearch-project/documentation-website/blob/main/TERMS.md) documents provide style standards and terminology to be observed when creating OpenSearch Project content.
## Code of Conduct
This project has adopted the [Amazon Open Source Code of Conduct](CODE_OF_CONDUCT.md). For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq), or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
## License
This project is licensed under the [Apache v2.0 License](LICENSE.txt).
## Copyright
Copyright OpenSearch Contributors. See [NOTICE](NOTICE.txt) for details.
[consuming]: wiki/consuming.md
[docs]: https://oui.opensearch.org