svea
v1.0.3
Published
Component library
Readme
Svea
Component Library for Svelte v3, documented on Storybook.
Get started
Install the dependencies...
npm install sveaAccessibility
Following a philosophy of using built in web- and browser-standards and thereby not overwriting or recreating a11y support. The goal is to follow WCAG of level AA.
Do's:
:heavy_check_mark: Using the HTML5 tags semantically
:heavy_check_mark: Supporting aria-attributes, read guidelines here
Don't:
:x: ~~Overwrite standardise keyboard navigation~~
:x: ~~Overwrite focus-outline~~
List of A11y interactions
| Component | Keystroke | Notes |
| :--------- | :--------- | :----- |
| Button | enter or space | triggers an action or event |
Continuously updated as components are created
Follows guidelines here
Development instructions
Keeping up with changelog
Commit Messages should follow following standards:
type(category): description [flags]Where type is one of the following:
breakingbuildcichoredocsfeatfixotherperfrefactorrevertstyletest
