1.0.0 • Published 3 years ago

my-simple-button-web-component v1.0.0

Weekly downloads
4
License
ISC
Repository
-
Last release
3 years ago

Button Web Component

A simple button component to use in any project.

Add component like

<my-button></button>

And you will see an simple button with dummy link and text.

Available options are

link="url/to/open.html"
styling="any class from bulma, see link below"

https://bulma.io/documentation/elements/button/

To change the button text just add Text like here

<my-button>Button Text</button>

Burma ist nicht gedacht für Web Components daher ist das Styling nicht optimal, um das Styling richtig zu haben muss Burma Css eingebunden sein auf der Website um alle Variablen für Font Family usw bereit zustellen.