Skip to content

A library of high-quality primitives that help you build accessible user interfaces with SolidJS.

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE.md
Apache-2.0
LICENSE-APACHE.md
Notifications You must be signed in to change notification settings

commit-master/solid-aria

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solid ARIA

Solid Aria

A library of high-quality primitives that help you build accessible user interfaces with SolidJS.

Primitives

Buttons

  • button - Provides the behavior and accessibility implementation for button and toggle button components.

Collections

  • collection - Primitives for dealing with collection of items.
  • listbox - Provides the behavior and accessibility implementation for listbox component.
  • selection - Primitives for managing selection in collections.

Interactions

  • focus - Primitives for dealing with focus rings and focus management.
  • interactions - Primitives for dealing with user interactions like press, hover, etc.

Forms

  • checkbox - Provides the behavior and accessibility implementation for checkbox and checkbox group components.
  • label - Provides the the behavior and accessibility implementation for labels and their associated elements.
  • radio - Provides the behavior and accessibility implementation for radio and radio group components.
  • switch - Provides the behavior and accessibility implementation for switch component.
  • toggle - Handles interactions for toggle elements, e.g. checkboxes and switches.

Navigation

  • link - Provides the behavior and accessibility implementation for a link component.

Overlays

  • dialog - Provides the behavior and accessibility implementation for a dialog component.
  • overlays - Provides the behavior and accessibility implementation for overlay components such as dialogs, popovers, and menus.

Utilities

  • i18n - Primitives for dealing with locale and layout direction.
  • visually-hidden - Hides its children visually, while keeping content visible to screen readers.

Roadmap

  • Accordion
  • AutoComplete
  • Breadcrumbs
  • Button
  • Calendar
  • Checkbox
  • Combobox
  • DatePicker
  • Dialog
  • Label
  • Link
  • List
  • Listbox
  • LiveAnnouncer
  • Menu
  • Meter
  • NumberField
  • Overlays
  • Pagination
  • Progress
  • Radio
  • SearchField
  • Select
  • Separator
  • Slider
  • SpinButton
  • Switch
  • Table
  • Tabs
  • Tag
  • TextField
  • Toast
  • Toggle
  • Tooltip
  • Visually-hidden

Acknowledgment

This project is inspired by Adobe's React Spectrum Libraries.

About

A library of high-quality primitives that help you build accessible user interfaces with SolidJS.

Resources

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE.md
Apache-2.0
LICENSE-APACHE.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.5%
  • HTML 1.1%
  • Other 0.4%