22 lines
893 B
Markdown
22 lines
893 B
Markdown
# 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 |
|
|
|
|
```js script
|
|
export default {
|
|
title: 'Buttons/Intro',
|
|
};
|
|
```
|