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 c93a2e5 commit 26bad72Copy full SHA for 26bad72
packages/kit-fluffy/src/components/button/button.tsx
@@ -0,0 +1,36 @@
1
+/*
2
+
3
+ # TODO:
4
5
+ * Go over different solutions for inspiration
6
7
+ TAILWIND CONFIG
8
+ * Brand colors
9
+ * Button state colors
10
11
+ PROPS / CVA
12
+ * SIZES
13
+ * sm, md, lg, xl, 2xl
14
+ * SHAPE
15
+ * Square / rounded / circular
16
+ * ANIMATION
17
+ * None
18
+ * Clicky
19
+ * VARIATION
20
+ * Outline
21
+ * ghost
22
+ * link
23
+ * Disabled
24
+ * Destructive
25
+ * Active
26
27
+ DOCS EXAMPLES:
28
+ * with Icon
29
+ * loading state?
30
31
+ * Decide on theme / branding colors
32
+ * Run storybook locally
33
+ * Make CVA efficient with Qwik
34
+ * Find a way to project the source code of this file into the docs
35
36
+*/
0 commit comments