Co-authored-by: Joren Broekema <Joren.Broekema@ing.com> Co-authored-by: Alex Ghiu <Alex.Ghiu@ing.com> Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
20 lines
1.3 KiB
Text
20 lines
1.3 KiB
Text
import { Story, Meta, html } from '@open-wc/demoing-storybook';
|
|
|
|
<Meta title="Buttons/Intro" />
|
|
|
|
# Buttons
|
|
|
|
Buttons are clickable elements.
|
|
|
|
## Features
|
|
|
|
- fully accessible
|
|
|
|
## Packages
|
|
|
|
The following buttons area published.
|
|
|
|
| Package | Version | Description |
|
|
| --------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------ |
|
|
| [button](?path=/docs/buttons-button--default-story) | [](https://www.npmjs.com/package/@lion/button) | Button |
|
|
| [switch](?path=/docs/buttons-switch--default-off) | [](https://www.npmjs.com/package/@lion/switch) | Switch |
|