1.0.3 • Published 5 years ago

svea v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Svea

npm Coverage Status Component Library for Svelte v3, documented on Storybook.

Get started

Install the dependencies...

npm install svea

Accessibility

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

ComponentKeystrokeNotes
Buttonenter or spacetriggers 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:

  • breaking
  • build
  • ci
  • chore
  • docs
  • feat
  • fix
  • other
  • perf
  • refactor
  • revert
  • style
  • test
1.0.3

5 years ago

1.0.0-rc11

5 years ago

1.0.0-rc10

5 years ago

1.0.0-rc9

5 years ago

1.0.0-rc8

5 years ago

1.0.0-rc7

5 years ago

1.0.0-rc6

5 years ago

1.0.0-rc5

5 years ago

1.0.0-rc4

5 years ago

1.0.0-rc3

5 years ago

1.0.0-rc2

5 years ago

1.0.0-rc1

5 years ago

1.0.0

5 years ago