@logo-elements/button
v23.0.0
Published
Logo Elements Design System Button library is a web component library which is extended from Vaadin Button Web Component.
Downloads
110
Readme
@logo-elements/button
An accessible and customizable button that allows users to perform actions.
<logo-elements-button>Press me</logo-elements-button>
Installation
Install the component:
npm i @logo-elements/button --save
Once installed, import the component in your application:
import '@logo-elements/button';