0.1.15 • Published 1 year ago

@web-inmars/mars-button v0.1.15

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

mars-button

Web component that allows us to show an accessible and beautiful button so that users can interact

Installation

  npm i @web-inmars/mars-button --save

Usage

<script type="module">
   import 'mars-button/mars-button.js';
</script>

<mars-button>
     Click me!
</mars-button>

Properties

PropertyAttributeTypeDefault
disableddisabledbooleanfalse
typetypestring"button"
valuevaluestring""
variantvariantstring""

Events

EventType
on-clickCustomEvent<{ event: any; }>
0.1.15

1 year ago

0.1.11

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.9

2 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago