MyGit
🚩收到GitHub仓库的更新通知

chakra-ui/panda

Fork: 208 Star: 4725 (更新于 2024-05-08 17:11:53)

license: MIT

Language: TypeScript .

🐼 Universal, Type-Safe, CSS-in-JS Framework for Product Teams ⚡️

最后发布版本: @pandacss/types@0.39.1 ( 2024-05-08 10:17:13)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

Write typesafe styles with Panda


Panda is a universal styling solution for the modern web —
build time, type safe, and scalable CSS-in-JS

Features

  • ⚡️ Write style objects or style props, extract them at build time
  • ✨ Modern CSS output — cascade layers @layer, css variables and more
  • 🦄 Works with most JavaScript frameworks
  • 🚀 Recipes and Variants - Just like Stitches™️ ✨
  • 🎨 High-level design tokens support for simultaneous themes
  • 💪 Type-safe styles and autocomplete (via codegen)


🐼 Get a taste of Panda. Try it out for yourself in  StackBlitz



Documentation

Visit our official documentation.

Install

The recommended way to install the latest version of Panda is by running the command below:

npm i -D @pandacss/dev

To scaffold the panda config and postcss

npx panda init -p

Setup and import the entry CSS file

@layer reset, base, tokens, recipes, utilities;
import 'path/to/entry.css'

Start the dev server of your project

npm run dev

Start using panda

import { css } from '../styled-system/css'
import { stack, vstack, hstack } from '../styled-system/patterns'

function Example() {
  return (
    <div>
      <div className={hstack({ gap: '30px', color: 'pink.300' })}>Box 1</div>
      <div className={css({ fontSize: 'lg', color: 'red.400' })}>Box 2</div>
    </div>
  )
}

Directory Structure

Package Description
cli CLI package installed by the end user
core Contains core features of Panda (utility, recipes, etc)
config Contains functions for reading and merging the panda config
extractor Contains code for fast AST parsing and scanning
generator Contains codegen artifacts (js, css, jsx)
parser Contains code for parsing a source code
is-valid-prop Contains code for checking if a prop is a valid css prop
node Contains the Node.js API of Panda's features
token-dictionary Contains code used to process tokens and semantic tokens
shared Contains shared TS functions

Contributing

Feel like contributing? That's awesome! We have a contributing guide to help guide you.

Want to help improve the docs?

Our docsite lives in the monorepo.

If you're interested in contributing to the documentation, check out the contributing guide.

Support

Having trouble? Get help in the official Panda Discord.

Acknowledgement

The development of Panda was only possible due to the inspiration and ideas from these amazing projects.

License

MIT License © 2023-Present Segun Adebayo

最近版本更新:(数据更新于 2024-05-08 17:11:38)

2024-05-08 10:17:13 @pandacss/types@0.39.1

2024-05-08 10:17:10 @pandacss/token-dictionary@0.39.1

2024-05-08 10:17:07 @pandacss/studio@0.39.1

2024-05-08 10:17:04 @pandacss/shared@0.39.1

2024-05-08 10:17:01 @pandacss/preset-panda@0.39.1

2024-05-08 10:16:58 @pandacss/preset-open-props@0.39.1

2024-05-08 10:16:55 @pandacss/preset-base@0.39.1

2024-05-08 10:16:52 @pandacss/preset-atlaskit@0.39.1

2024-05-08 10:16:49 @pandacss/postcss@0.39.1

2024-05-08 10:16:46 @pandacss/parser@0.39.1

主题(topics):

atomic-css, css, css-in-js, design-system, engine, framework-agnostic, jit-compiler, postcss, styled-system, typescript, utility-classes

chakra-ui/panda同语言 TypeScript最近更新仓库

2024-05-19 23:56:19 lobehub/lobe-chat

2024-05-19 21:28:39 siyuan-note/siyuan

2024-05-19 02:57:13 bepass-org/oblivion-desktop

2024-05-18 20:59:00 FuelLabs/fuels-ts

2024-05-18 10:05:52 johnlindquist/kit

2024-05-18 04:16:53 payloadcms/payload