https://github.com/amandaguthrie/panda-css-presets
Panda CSS plugin and preset collection
https://github.com/amandaguthrie/panda-css-presets
css panda-css panda-css-plugin panda-css-preset
Last synced: 5 months ago
JSON representation
Panda CSS plugin and preset collection
- Host: GitHub
- URL: https://github.com/amandaguthrie/panda-css-presets
- Owner: amandaguthrie
- License: mit
- Created: 2024-02-10T18:12:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T19:56:05.000Z (over 1 year ago)
- Last Synced: 2025-02-11T03:01:50.847Z (over 1 year ago)
- Topics: css, panda-css, panda-css-plugin, panda-css-preset
- Language: TypeScript
- Homepage:
- Size: 556 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# panda-css-presets
A collection of [Panda CSS][panda-github] [presets][panda-docs-presets].
## Contents
- [Plugins](#plugins)
- [Presets](#presets)
---
## Plugins
| Hook | Preset Link | Description |
|-------------------|-----------------------------------------------------------------------|----------------------------------------------------------------------------------|
| `codegen:prepare` | [panda-plugin-add-export](packages/panda-plugin-add-export/README.md) | Export certain local variables, like `tokens` data, during `codegen`. |
| `codegen:prepare` | [panda-plugin-type-extend](packages/panda-plugin-type-extend/README.md) | Extend generated types for layer and text styles with additional CSS properties. |
---
[> Back to Contents](#contents)
---
## Presets
| Category | Preset Link | Description |
|-------------|------------------------------------------------------------------------------------------|------------------------------------------------------------------------|
| Breakpoints | [panda-preset-breakpoints](packages/panda-preset-breakpoints/README.md) | Generates theme breakpoints from popular open source design libraries. |
| Color | [panda-preset-color-radix](packages/panda-preset-color-radix/README.md) | Generates core and semantic tokens with Radix UI colors. |
| Font | [panda-preset-font-modernfs](packages/panda-preset-font-modernfs/README.md) | Generates core tokens with Modern Font Stacks fonts. |
| Framework | [panda-preset-framework-simplecss](packages/panda-preset-framework-simplecssx/README.md) | Simple.css for Panda. Configurable colors and fonts. |
---
[> Back to Contents](#contents)
---
## License
[MIT][license] © 2024 [Amanda Guthrie][author]
---
[> Back to Contents](#contents)
---
[license]: LICENSE.md
[author]: https://github.com/amandaguthrie
[panda-docs-presets]: https://panda-css.com/docs/customization/presets
[panda-github]: https://github.com/chakra-ui/panda