Benoît Rouleau
Benoît Rouleau
I want to sometimes force a tooltip to be visible, but the same tooltip should then revert to "automatic visibility". I do something like `visible={forceVisible ? true : undefined}`, which...
`c-` is pretty opinionated and Tailwind itself doesn’t prefix its own `container` component.
Now that Tailwind 1.5 has added a `variants` argument to `addComponents()`, it makes more sense for the `fluidContainer` variants key to be applied to the components. I’m realizing now that...
Support all three options: - `ie11` (no custom properties) - `relaxed` (custom properties with fallback) - `modern` (custom properties only)
`c-` is pretty opinionated and Tailwind itself doesn’t prefix its own `container` component.
Since they're now in Tailwind as of version 1.8.
`c-` is pretty opinionated and Tailwind itself doesn’t prefix its own `container` component.
Now that Tailwind 1.5 has added a `variants` argument to `addComponents()`.
The `paths` option is nice, but sometimes I would like it to be the other way around and specify which paths should NOT persist.
### Description We have two “Total Revenue Settings” widgets stacked vertically. When we change the settings of the first one (from “Past 30 Days” to “Past 7 Days”, for instance),...