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
- Host: GitHub
- URL: https://github.com/simbleau/accessible-ui
- Owner: simbleau
- License: apache-2.0
- Created: 2023-01-15T18:57:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T23:56:29.000Z (about 3 years ago)
- Last Synced: 2025-02-12T13:55:27.647Z (over 1 year ago)
- Language: Rust
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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