feat: add more props to buttons
Compare changes
+ 33
− 17
@@ -6,17 +6,17 @@ const click = () => new Promise(resolve => setTimeout(resolve, 1000))
@@ -6,17 +6,17 @@ const click = () => new Promise(resolve => setTimeout(resolve, 1000))
Buttons are UI elements that users can interact with to perform actions. Funkwhale uses buttons in many contexts.
| ------------- | ----------------------------------------- | --------- | --------- | -------------------------------------------------- |
@@ -66,16 +66,16 @@ Desctrutive buttons represent **dangerous** actions including deleting items or
@@ -66,16 +66,16 @@ Desctrutive buttons represent **dangerous** actions including deleting items or
@@ -93,15 +93,31 @@ This is the default style. If you don't specify a style, a filled button is rend
@@ -93,15 +93,31 @@ This is the default style. If you don't specify a style, a filled button is rend
Outline buttons have a transparent background. Use these to deemphasize the action the button performs.