twind-react icon indicating copy to clipboard operation
twind-react copied to clipboard

Twind react styled components inspired by stitches

Results 6 twind-react issues
Sort by recently updated
recently updated
newest added

Add support for mixin with twind/style, the same as in stitches ```tsx import { style } from "twind/style"; const blockMixin = style({ base: "block w-full", variants: { inline: "inline-block w-auto"...

Is this repo still under active development? I noticed that the last commit was from over 7 months ago. Is `twind-react` prod ready? Thanks in regards!

Hi! I'm facing a weird issue when applying padding to siblings div. ## What I'm searching to do Apply `padding` depending on a prop value (`align` in my case), and...

bug

`@twind/preact` is already there: https://github.com/tw-in-js/use-twind-with/tree/main/packages/preact

Look like the styled() combines all utilities class into one such as ".tw-1baguyc", Therefore the important does not correctly apply. :bug: Here is reproduce sandbox. The text should blue https://codesandbox.io/s/twind-react-styled-forked-rfq2u?file=/src/App.js