Caution
Please don't use this. This is a sandbox for personal side projects and I cannot recommend Sweatpants for production environments.
A simple React component library. See sweatpants.vercel.app.
Installation
npm i @sweatpants/react --save
Components
- Button
- ButtonGroup
- Card
- Label
- Link
- Select
- ScreenReaderOnly
- Slot
- Stack
- Text
- TextField
A @panda/dev
preset. See what's included.
Installation
npm i @sweatpants/panda-preset --save-dev
// panda.config.ts
import { defineConfig } from '@pandacss/dev';
export default defineConfig({
presets: ['@sweatpants/panda-preset'],
});