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.
1 parent 26bad72 commit 2e368c3Copy full SHA for 2e368c3
packages/kit-fluffy/src/components/button/button.tsx
@@ -13,16 +13,23 @@
13
* sm, md, lg, xl, 2xl
14
* SHAPE
15
* Square / rounded / circular
16
+ *
17
* ANIMATION
18
* None
- * Clicky
19
- * VARIATION
+ * Pulse
20
+
21
+ * INTENT
22
+ * Primary
23
+ * Secondary
24
+ * Danger / Destructive
25
+ * LOOK
26
* Outline
- * ghost
- * link
- * Disabled
- * Destructive
27
+ * Ghost
28
+ * Link
29
30
+ * STATE
31
* Active
32
+ * Disabled
33
34
DOCS EXAMPLES:
35
* with Icon
0 commit comments