Joanne Smith
Joanne Smith
There are a few a11y issues with some of the examples in the docs. These should be quick fixes just to the docs pages, not to the components themselves. 1)...
The Spinner component is throwing an a11y error, because it uses `aria-label` on the span that displays the spinner. Under 2.1 guidelines, only interactive or aria elements should have aria-labels....
Purpose: Allow dropdowns to reposition intelligently based on viewport/window. Possible sources for reference: https://coreui.io/docs/components/bootstrap/dropdowns/#overview https://popper.js.org/ If there isn't enough room for the dropdown menu to display in the position it's...
**Purpose:** Build Slider component with some basic standard options, and add enhancements/variations/additional options in later tickets **Figma** https://www.figma.com/file/VoWYiiOKKppcYm5QLgPyDC/Components---Inputs?type=design&node-id=1222%3A7119&mode=design&t=72YVX8Uf7ezSO2k9-1 Inspiration: - https://mantine.dev/core/slider/ - https://mui.com/material-ui/react-slider/ - https://carbondesignsystem.com/components/slider/usage/ ### AC's 1.0 The width...
Currently, we have a variety of custom styles examples in our docs, many of them very visually non-appealing. We should create and implement a more consistent and aesthetically attractive way...