srjuggernaut-panda-preset

A preset for Panda CSS

Usage

  1. Install Panda CSS

  2. Set up the @srjuggernaut-dev registry

with node add the following to your .npmrc

@srjuggernaut-dev:registry=https://git.srjuggernaut.dev/api/packages/SrJuggernaut/npm/

with bun add the following to your bunfig.toml

[install.scopes]
"@srjuggernaut-dev" = "https://git.srjuggernaut.dev/api/packages/SrJuggernaut/npm/"
  1. Install the preset

with node:

npm install @srjuggernaut-dev/panda-preset

with bun:

bun add @srjuggernaut-dev/panda-preset
  1. Add the preset to your panda.config.{js,ts}
import { defineConfig } from '@pandacss/dev'
import srJuggernautPandaPreset from '@srjuggernaut-dev/panda-preset'

export default defineConfig({
  presets: [srJuggernautPandaPreset()],
})
S
Description
No description provided
Readme 219 KiB
Languages
TypeScript 100%