[//]: # 'AUTO INSERT HEADER PREPUBLISH'
# Button
`lion-button` provides a button component that is easily styleable and is accessible.
```js script
import { html } from 'lit-html';
import './lion-button.js';
import iconSvg from './docs/assets/icon.svg.js';
export default {
title: 'Buttons/Button',
};
```
```js story
export const main = () => html`