UNPKG

@logo-elements/button

Version:

Logo Elements Design System Button library is a web component library which is extended from Vaadin Button Web Component.

28 lines (17 loc) 591 B
# @logo-elements/button An accessible and customizable button that allows users to perform actions. [![npm version](https://badgen.net/npm/v/@logo-elements/button)](https://www.npmjs.com/package/@logo-elements/button) ```html <logo-elements-button>Press me</logo-elements-button> ``` ## Installation Install the component: ```sh npm i @logo-elements/button --save ``` Once installed, import the component in your application: ```js import '@logo-elements/button'; ``` #### For more detailed information, please visit: [Logo Elements Documentation ↗](http://elements.logo.com.tr)