Steven Travers
Steven Travers
> ```shell > docker compose -f docker-compose-image-tag.yml up > ``` You will need to add to the db to have actual data : `ports: - "127.0.0.1:5432:5432"` Plus you'll not be...
> I use apple silicon, and it's entirely compatible. I just `docker-compose up` and I'm off to the races. I'm using Mac M1 Sonoma 14.3.1, node version is `v20.11.0,` Docker...
Any update on this ? I want to remove the preview part but i don't know how to do it...
You need to first to init your repo with the panda cli. Then when you look at the Panda doc (https://panda-css.com/docs/installation/nextjs#update-packagejson-scripts) you need to do a `panda prepare`. This will...
Hey man ! Since i hate how tailwindcss is working i wanted to use panda but still wanted to use shadcn. And here you go, thanks for the huge work...
You have an example here in the docs : https://shadow-panda.dev/docs/guides/theming
If your goal is to have no minimum height restriction on the textArea, one idea to try would probably be : ``` import { styled } from '@shadow-panda/styled-system/jsx' import {...