bstro

Results 14 issues of bstro

Is it feasible to use bucklescript-tea for handling logic+side-effects and bs-react-native for the view? Thanks!

# 🚀 Feature request I posted this as a discussion a few months ago but thought I would instead submit it as a proper feature request. Zag looks like a...

new component

The VSCode plugin shows red lines for every class I try to use: I have a `twind.config.ts` file containing the following: ``` import { setup } from "twind"; import presetTailwind...

When I override a component implementation with Baseweb, it looks like there's no function signature provided on the type. For instance, if I were to attempt to override the `Select`...

help wanted

Is there any suported way to get access to the theme with useful types? When I import `presetUno` to try and use a `fontFamily` preset for instance, I might try...

pr welcome
types

Somewhat like the introduction of function helpers like `TW.{backgroundColor,opacity,…}`, I'm wondering if it might make sense to apply a similar pattern to variants. This could address the limitation where one...

enhancement

## Environment: - `TailwindCSS` version: 3.0.15 - `tailwindcss-classnames` version: 3.0.2 ## Current Behavior While group pseudo-selectors work file, I am unable to find a helper function for the "group" tailwind...

bug

I'm looking for a way to serialize SVG. Related to https://github.com/elm/file/issues/1 The app I’m using this for is pretty niche, so a lot of this might not make sense, but...

I am using vite-jest `0.0.3`, running my tests with `vite-jest`. I am seeing failures across all my tests for essentially the same reason. Here is a screenshot of the first...