[//]: # '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` Default `; ``` ## Live Demo/Documentation > See our [storybook](http://lion-web-components.netlify.com/?path=/docs/buttons-button) for a live demo and API documentation ## 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 `