We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A button component is used for linking to other pages or dinamic actions like opening a dialog.
It can accepts two parameters:
Depending on the action required to the button it should accept more parameters:
A button can be used for linking to other pages as with common links
<polymux-button title="Test" type="success" link="index.html"></polymux-button>
Some elements can accept notifications
Notifying the polimux-notification component
<polymux-button title="Test" type="success" notify="polymux-notification" notify-message"Yeah!"></polymux-button>