Skip to content

Commit 26bad72

Browse files
shaireznaorpeled
andcommitted
WIP: game plan for fluffy button
Co-authored-by: Naor Peled <[email protected]>
1 parent c93a2e5 commit 26bad72

File tree

1 file changed

+36
-0
lines changed
  • packages/kit-fluffy/src/components/button

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)