Borris
Borris
@lloydrichards If we want to add a new style (Default and New York from CLI selection), would the storybook styling and examples need to be updated as well? since each...
I was writing a tutorial about Bun + Storybook + Vite React App yesterda. Seems v1.0.3 works with `bun storybook` command and `bun build-storybook` as well - I have not...
In my case, I have 2 theme providers where one is forced and one is not forced. And in App Router, we can use the grouping folder (group1) and (group2)....
https://pypi.org/project/renpyfmt/1.0.0/ found this, preliminary test works for inline python code. input in ./game/script.rpy: `$ name =renpy.input("What's your name?")` I removed the space after the equal sign here run in terminal:...
@chertik77 you can add scroll event, check if direction is up and close the popover manually right? https://stackoverflow.com/a/62497293 ```tsx const [open, setOpen] = useState(false) const [scrollDir, setScrollDir] = useState("scrolling down");...
+1 on this
@leerob @mhart yea I am about to ask this as well, I am thinking `window.history.pushState` should work for changing variants right? But I am not sure whether the API calls...
Progress: https://github.com/lauthieb/awesome-storybook/pull/14 has been closed and added the awesome-storybook
Progress: @ckifer https://hashnode.com/preview/664448ee62dc19839846c33a Created a draft, can double check the idea first - content we can keep changing using AI as well for speedy update I think depends on what...
@anthonyshew this information is to customize the subpath of the internal package. ```js // it will make the import in the different subpath import { Dialog, DialogContent, DialogTrigger } from...