Masen Furer

Results 72 issues of Masen Furer

This check was accidentally removed in #3011, so adding it back. Fix #3120

**Describe the bug** The text inside an accordion inherits a tiny font size from the `.AccordionContent` CSS rule. **To Reproduce** Create any accordion item; the text is small **Expected behavior**...

bug

The docs should have more examples on how to layout the root of the page for those less familiar with css/flexbox or who just want to get started more quickly...

**Describe the bug** Prior to 0.4.7 if the reflex version that ran `reflex init` differs from the version running `reflex run` a message would be printed telling the user to...

## Stack Width Opt-in to 2 tweaks to improve out of the box experience using layout stacks via the new `rx.style.STACK_CHILDREN_FULL_WIDTH` style snippet * Width is 100% * Width of...

Allow the user to customize the "active" underline color of each tab trigger. ```python import reflex as rx def index(): return rx.tabs.root( rx.tabs.list( rx.tabs.trigger("Foo", value="foo", color_scheme="green"), rx.tabs.trigger("Bar", value="bar", color_scheme="red"), ),...

The default title should render out the actual var instead of the placeholder From [SyncLinear.com](https://synclinear.com) | [REF-2604](https://linear.app/reflex-dev/issue/REF-2604/default-titles-for-dynamic-routes-include-the-[]-placeholder)

Try to import a non-existant module in rxconfig.py and it will say ``` RuntimeError: Cannot get the app module because `app_name` is not set in rxconfig! If this error occurs...

Generic client side throttling and debounce for events. Used just like `.stop_propagation` and `.prevent_default`, so applicable to all event handler or event spec objects. Due to how events are handled,...

**Describe the bug** If tailwind is disabled in the reflex app, the builtin accordion looks horrendous and unusable. **To Reproduce** from the docs ```python import reflex as rx def index()...

bug