Benji

Results 7 issues of Benji

For built-in responsiveness we need to add an optional "responsive" prop (defaulted to true in Storybook) pre-baked with TailwindCSS breakpoints: https://tailwindcss.com/docs/screens Ultimately, users should implement their own sizing to suit...

good first issue

We want to achieve full coverage of our components in Storybook. This means all features and design options available to users are represented by a separate story. At the very...

good first issue

Our current `` parent component maintains the active tab value in a `useState` and passes the value along to all of the child `` components. https://github.com/daisyui/react-daisyui/blob/main/src/Tabs/Tabs.tsx However, this internal state-keeping...

good first issue

I was adding `sokol_imgui` with `cimgui` to my `sokol_gfx` and `SDL2` project when I came across this comment: > The sokol_app.h dependency is optional and used for input event handling....

The current README's Cmake commands have relative paths that go up a directory with `..` instead of using the current directory `.`, which seems to imply that the user is...

### Debug adapter definition and debug configuration ```lua dap.adapters.lldb = { type = 'executable', command = '/opt/homebrew/Cellar/llvm/18.1.4/bin/lldb-dap', name = 'lldb', } dap.configurations.cpp = { { name = 'game', type =...