import { Story, Meta, html } from '@open-wc/demoing-storybook'; import '../lion-button.js'; import iconSvg from './icon.svg.js'; # Button `lion-button` provides a button component that is easily stylable and is accessible. {html` Default `} ```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 `