You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For **Tailwind, Material and other components variations**, you can define the new props in a new type, named with the component name and the variation as prefix. For example:
67
+
For **Fluffy, Material and other components variations**, you can define the new props in a new type, named with the component name and the variation as prefix. For example:
68
68
69
69
```ts
70
70
typeTailwindTooltipProps= {
@@ -104,12 +104,11 @@ return (
104
104
- Use accessibility attributes whenever they are needed.
105
105
- For simple primitive states use signals. For object state, use stores.
106
106
107
-
## Example of headless button customisation with Tailwind
107
+
## Example of headless button customization with Tailwind
0 commit comments