-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
# Accessible Web Components | ||
# ![Accessible Web Components](https://github.com/SavvyWombat/accessible-web-components/tree/main/images/accessible-web-components-banner.png "Banner") | ||
|
||
An ongoing project to provide a library of accessible, stylable, and lightweight Web Components, and to promote accessible practices in Web Component design. | ||
An ongoing project to provide a library of accessible, stylable, and lightweight Web Components, and to promote accessible practices in Web Component design. | ||
|
||
## Installation | ||
|
||
`npm require @savvywombat/accessible-web-components` | ||
|
||
`yarn add @savvywombat/accessible-web-components` | ||
|
||
## Homepage | ||
|
||
https://accessible-web-components.dev/ | ||
|
||
## GitHub | ||
|
||
https://github.com/SavvyWombat/accessible-web-components | ||
|
||
## Licence | ||
|
||
https://github.com/SavvyWombat/accessible-web-components/blob/main/LICENCE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
extends: _layouts.blog | ||
category: Release | ||
title: 0.2.0 | ||
author: Stuart Jones | ||
date: 2022-11-15 | ||
description: Spin Button and some fixes. | ||
--- | ||
|
||
This release includes a new component: | ||
|
||
* [Spin Button](/component-library/spin-button/) | ||
|
||
I have also made a couple of fixes to the <code class="html-tag">Dropdown Selector</code> and its documentation: | ||
|
||
* [Dropdown Selector](/component-library/dropdown-selector/) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters