adfinis / ember-uikit

The ember implementation of UIkit
https://adfinis.github.io/ember-uikit/
MIT License
26 stars 13 forks source link

Add color "danger" to UkButton #1019

Closed c0rydoras closed 1 year ago

c0rydoras commented 1 year ago

Currently the <UkButton /> Component does not support the color "danger" . This could be useful for e.g. a cancel button in a form.

c0rydoras commented 1 year ago

I implemented it #1020 here

anehx commented 1 year ago

Resolved by #1020