[//]: # '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 preview-story export const main = () => html`Default`; ``` ## Features - Clickable area that is bigger than visual size - Works with native form / inputs - Has integration for implicit form submission similar to how native `
`, `` and `