caido
caido copied to clipboard
Frontend API - more button variants
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help us know what to work on
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
Description
Caido button component right now offers only these variants:
variant?: "primary" | "secondary" | "tertiary";
Caido UI very often uses a variant called danger
. Would be awesome if it was added to the Frontend API :D
Also, button component misses the data-outline
parameter that is often used in buttons.
Use cases
Frontend plugins : D