An open API service indexing awesome lists of open source software.

https://github.com/simbleau/accessible-ui

A component library for Yew
https://github.com/simbleau/accessible-ui

Last synced: about 1 year ago
JSON representation

A component library for Yew

Awesome Lists containing this project

README

          

# accessible-ui
A component library for Yew, with mandated accessibility.

# Nursery
- `trunk serve`

# Status
Work in progress.

## Priniciples
- No accessibility errors for now
- We will eventually use an analytic framework like https://www.accessibilitychecker.org/ to score

## TODO: Checklist
- Checkbox -Done
- TextBox
- TextArea
- Radio Buttons -done
- Images
- Slider- WIP: need floating box for number, init value not working
- Progress Bar
- Search Bar
- Accordions
- Numeric Input Field
- Date Picker
- Tooltip-css props --N/A (use for slider?)
- Badges
- Popover/Snackbar/Toast
- Forms (see Tabs for inspiration)
- Loading Cards
- OnLoading Cards
- Menu, mobile friendy