neelgajjar / sonder-ui

An accessibility-first library of tested web components to be used as reference implementations, pattern documentation, or just drop them directly into your project!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sonder UI (Work in progress)

a collection of tested, accessible components and component pattern documentation.

The purpose of this project is to showcase component patterns that have been thoroughly tested for accessibility. Each component's readme includes a description of how it was tested, bugs found, expected functionality, and design considerations for extension or authoring similar patterns.

Each pattern is authored as a web component, and can be dropped directly into a project. However, since this is primarily intended as accessibility documentation + reference implementation, they may not be as fully featured as a true component library.

Suggestions for additional components to include are very welcome; please file an issue.

Copmonents

  • Readonly Select
  • Filterable Combobox
  • Multiselect

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

An accessibility-first library of tested web components to be used as reference implementations, pattern documentation, or just drop them directly into your project!

License:MIT License


Languages

Language:HTML 38.1%Language:JavaScript 28.4%Language:TypeScript 25.5%Language:CSS 8.1%