X
X
## Typescript library missing some export. The scheme `SchemeRainbow`, `SchemeFruitSalad` are missing. The enum `Variant` is also important when we try to create a DynamicScheme. ### Example ```ts import {...
**Describe the bug** When we use `ui-animate` or `ui-visible`, the tailwind plugin will generate `&[data-animate]` or `&[data-visible]`. But the component like `Skeleton` only work with `&[data-animate="true"]` and `&[data-visible="true"]`. **To Reproduce**...
The variants `ui-expanded` of Kobalte `ContextMenu.Sub` will follow the `ui-expanded` of `ContextMenu`, rather than being independent of each other. I tried to modify the plugin like this, which can fix...
This is a small but beautiful preset, it works as expect and the demo is very convenient! The only regret is that it would be great if this preset could...
it take 21s after create a file in appdata dir ## Result  ## Code ```tsx import { createSignal, onCleanup, onMount } from "solid-js"; import "./App.css"; import { BaseDirectory, exists,...
### UnoCSS version 0.63.4 ### Describe the bug Running `transformerAttributifyJsx` with `solid-sonner` produces the following error: ```sh [vite] Pre-transform error: /Users/_/Desktop/ui/node_modules/.pnpm/[email protected][email protected]/node_modules/solid-sonner/dist/dev.jsx: Unexpected token, expected "," (440:58) 438 | return; 439...
**Describe the bug** - Follow the [#controlled-open](https://kobalte.dev/docs/core/components/alert-dialog#controlled-open), use a singal to control dialog open. - When the prop `open` false, It will disappear directly without any exit animation. - Both...
**Describe the solution you'd like** I would like to request the addition of a `with_capacity()` wrapper to the `fred::types::Map` type. **Additional context** This is a common optimization method for Vec...