-
Just saw that [PandaCSS](https://github.com/chakra-ui/panda/pull/1132) is adding a "slots" API to handle compound components. Any interest in adding something like this to `cva` or is there support fo…
-
### Subject
Demo
### Description
It would be great to see an example of how to use Panda in [Turborepo](https://turbo.build/repo). Ideally the minimum number of files to demonstrate a shared …
-
## Problem
Going through the installation & setup guide with the latest versions of both `next@13.4.7`, `contentlayer@0.3.4`, and `next-contentlayer@0.3.4` is causing my dev server to re-compile ind…
-
### Description
When I run
```
npm install -D @pandacss/dev
```
I get the following error
```
npm ERR! code EUNSUPPORTEDPROTOCOL
npm ERR! Unsupported URL Type "workspace:": workspace:*
```
…
-
### Description
The distribution of @pandacss/config includes node_modules directory which contains preset-base and preset-panda. Those packages depend on `@pandacss/types` with version `workspace:…
-
### Description
Hello,
First and foremost - PandaCSS is sooooo awesome, amazing work ♥️
I feel like that if I'm not using `extends` key in config it should overwrite the defaults - and it seem…
-
### Description
When I use the Park UI preset and attempt to set the accent color with semantic tokens, the semantic token value is not being honored in 0.15.2 or 0.15.3. It works as expected in 0.15…
-
### Subject
Building a Component Library
### Description
I've been combing through the documentation surrounding building a component library using Panda and.I have not been able to experienc…
-
### System Info
System:
OS: Linux 5.15 Debian GNU/Linux 11 (bullseye) 11 (bullseye)
CPU: (5) arm64 unknown
Memory: 14.17 GB / 23.45 GB
Container: Yes
Shell: 5.1.4 - /bin/ba…
-
### Description
```tsx
import { sva } from "../../../styled-system/css";
export const chipRecipe = sva({
slots: ["root", "icon"],
base: {
root: {
display: "flex",
alignIt…