Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chakra-ui/panda
/ functions
Functions
1,897 in github.com/chakra-ui/panda
⨍
Functions
1,897
◇
Types & classes
1,061
Function
__spreadValues
(a, b)
packages/studio/styled-system/helpers.mjs:322
Function
abs
(cwd: string, str: string)
packages/node/src/node-runtime.ts:25
Method
abs
(cwd: string, path: string)
packages/types/src/runtime.ts:40
Function
apply
(_, __, args)
packages/studio/styled-system/jsx/factory.mjs:77
Function
array
(value: BoxNode[], node: Node, stack: Node[])
packages/extractor/src/box.ts:27
Function
aspectRatio
(styles)
packages/studio/styled-system/patterns/aspect-ratio.mjs:37
Function
assertCompoundVariant
(name, compoundVariants, variants, prop)
packages/studio/styled-system/css/cva.mjs:83
Function
assignCss
(...styles)
packages/studio/styled-system/helpers.mjs:191
Function
assignCss
(...styles: StyleObject[])
packages/shared/src/classname.ts:102
Method
baseSheetContext
()
packages/core/src/context.ts:337
Function
bleed
(styles)
packages/studio/styled-system/patterns/bleed.mjs:23
Function
box
(styles)
packages/studio/styled-system/patterns/box.mjs:14
Function
buildComplete
(count: number)
packages/core/src/messages.ts:96
Function
buildFunctionProps
(key: string, value: string)
packages/generator/src/shared.ts:9
Function
buildJsxProps
(key: string, value: string)
packages/generator/src/shared.ts:10
Function
buildStudio
({ outDir, configPath, base }: BuildOpts)
packages/studio/scripts/studio.ts:14
Function
caughtError
(type: string, context: string, error: unknown)
packages/logger/src/create-logger.ts:55
Method
classNames
()
packages/core/src/hooks-api.ts:23
Method
clone
()
packages/core/src/rule-processor.ts:39
Method
close
()
packages/types/src/runtime.ts:4
Function
codegenComplete
()
packages/core/src/messages.ts:66
Method
colorMix
(value: string)
packages/types/src/utility.ts:26
Method
colorPalette
()
packages/token-dictionary/src/dictionary.ts:92
Method
componentDidCatch
* Catches exceptions generated in descendant components. Unhandled exceptions will cause * the entire component tree to unmount.
playground/src/dts/react.d.ts:1210
Method
componentDidMount
* Called immediately after a component is mounted. Setting state here will trigger re-rendering.
playground/src/dts/react.d.ts:1189
Method
componentDidUpdate
* Called immediately after updating occurs. Not called for the initial render. * * The snapshot is only present if {@link getSnapsho
playground/src/dts/react.d.ts:1252
Function
componentFn
(item: ResultItem)
packages/parser/src/classify.ts:300
Method
componentName
()
packages/core/src/jsx.ts:91
Method
componentWillMount
* Called immediately before mounting occurs, and before {@link Component.render}. * Avoid introducing any side-effects or subscriptions in th
playground/src/dts/react.d.ts:1268
Method
componentWillReceiveProps
* Called when the component may be receiving new props. * React may call this even if props have not changed, so be sure to compare new and e
playground/src/dts/react.d.ts:1299
Method
componentWillUnmount
* Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as * cancelled network requests, or
playground/src/dts/react.d.ts:1205
Method
componentWillUpdate
* Called immediately before rendering when new props or state is received. Not called for the initial render. * * Note: You cannot c
playground/src/dts/react.d.ts:1331
Function
concatArrays
(originVal: unknown, newVal: T)
packages/shared/src/merge-anything.ts:9
Function
conditional
(whenTrue: BoxNode, whenFalse: BoxNode, node: Node, stack: Node[])
packages/extractor/src/box.ts:30
Method
config
()
packages/core/src/hooks-api.ts:11
Method
config
()
packages/core/src/recipes.ts:56
Method
configDependencies
()
packages/core/src/hooks-api.ts:19
Function
configExists
(cmd: string)
packages/core/src/messages.ts:50
Method
configPath
()
packages/core/src/hooks-api.ts:15
Function
configWatch
()
packages/core/src/messages.ts:91
Method
configure
(opts: TokenConfigureOptions)
packages/types/src/hooks.ts:95
Method
configure
(opts: UtilityConfigureOptions)
packages/types/src/hooks.ts:107
Method
configure
(opts)
packages/parser/src/project.ts:153
Method
configure
(opts: UtilityConfigureOptions)
playground/src/dts/@pandacss_types.d.ts:11322
Function
configurePostCss
(postcssOptions)
sandbox/docusaurus-ts/docusaurus.config.ts:11
Function
configureServer
(server)
packages/astro-plugin-studio/src/index.ts:40
Function
constructor
(definition: Definition)
packages/extractor/src/box-factory.ts:75
Method
constructor
(private options: TokenDictionaryOptions)
packages/token-dictionary/src/dictionary.ts:73
Method
constructor
(private dictionary: TokenDictionary)
packages/token-dictionary/src/dictionary.ts:500
Method
constructor
(input: TokenInput)
packages/token-dictionary/src/token.ts:62
Method
constructor
(conf: LoadConfigResult)
packages/generator/src/generator.ts:47
Method
constructor
(private options: ProjectOptions)
packages/parser/src/project.ts:60
Method
constructor
( private context: ParserOptions, encoder?: ParserOptions['encoder'], )
packages/parser/src/parser-result.ts:20
Method
constructor
( private context: Pick<Context, 'jsx' | 'patterns' | 'recipes' | 'isValidProperty'>, opts: FileMatche
packages/core/src/file-matcher.ts:44
Method
constructor
(private ctx: Context)
packages/core/src/hooks-api.ts:7
Method
constructor
(private options: GlobalVarsOptions)
packages/core/src/global-vars.ts:15
Method
constructor
(private context: Pick<Context, 'patterns' | 'recipes' | 'config'>)
packages/core/src/jsx.ts:21
Method
constructor
(private context: StaticCssContext)
packages/core/src/static-css.ts:36
Method
constructor
(public conf: LoadConfigResult)
packages/core/src/context.ts:87
Method
constructor
(private recipes: RecipeRecord = {})
packages/core/src/recipes.ts:60
Method
constructor
(private opts: GlobalFontfaceOptions)
packages/core/src/global-position-try.ts:11
Method
constructor
(private names: CascadeLayers)
packages/core/src/layers.ts:21
Method
constructor
(private options: UtilityOptions)
packages/core/src/utility.ts:93
Method
constructor
(private options: GlobalFontfaceOptions)
packages/core/src/global-fontface.ts:11
Method
constructor
(private context: Pick<Context, 'conditions' | 'utility' | 'recipes' | 'hash'>)
packages/core/src/style-decoder.ts:28
Method
constructor
(private context: Pick<Context, 'config'>)
packages/core/src/file.ts:5
Method
constructor
(private context: Pick<Context, 'config'>)
packages/core/src/path.ts:4
Method
constructor
( private context: Pick< Context, 'isTemplateLiteralSyntax' | 'isValidProperty' | 'recipes' |
packages/core/src/style-encoder.ts:38
Method
constructor
(private breakpoints: Record<string, string>)
packages/core/src/breakpoints.ts:12
Method
constructor
(private context: Context)
packages/core/src/rule-processor.ts:20
Method
constructor
(private options: Options)
packages/core/src/conditions.ts:58
Method
constructor
(private context: StylesheetContext)
packages/core/src/stylesheet.ts:14
Method
constructor
(private context: Pick<Context, 'jsx' | 'config' | 'conf' | 'isValidProperty' | 'recipes' | 'patterns'>)
packages/core/src/import-map.ts:17
Method
constructor
(private options: PatternOptions)
packages/core/src/patterns.ts:30
Method
constructor
( private ctx: Generator, private options: ReporterOptions, )
packages/reporter/src/reporter.ts:15
Method
constructor
(code: PandaErrorCode, message: string, opts?: { hint?: string; cause?: unknown })
packages/shared/src/error.ts:22
Method
constructor
(maxCacheSize = 1000)
packages/shared/src/cache-map.ts:6
Method
constructor
(definition: ObjectType)
packages/extractor/src/box-factory.ts:114
Method
constructor
(definition: LiteralType)
packages/extractor/src/box-factory.ts:124
Method
constructor
(definition: MapType)
packages/extractor/src/box-factory.ts:137
Method
constructor
(definition: ArrayType)
packages/extractor/src/box-factory.ts:149
Method
constructor
(definition: ConditionalType)
packages/extractor/src/box-factory.ts:160
Method
constructor
(private ctx: Generator)
packages/node/src/diff-engine.ts:8
Method
constructor
(options: OutputEngineOptions)
packages/node/src/output-engine.ts:15
Method
constructor
(conf: LoadConfigResult)
packages/node/src/create-context.ts:20
Method
constructor
(props: Props)
sandbox/waku-ts/src/components/error-boundary.tsx:10
Method
constructor
(storageKey: string)
website/src/lib/session-store.ts:9
Function
container
(styles)
packages/studio/styled-system/patterns/container.mjs:20
Function
cq
(styles)
packages/studio/styled-system/patterns/cq.mjs:20
Function
createMergeCss
(context: CreateCssContext)
packages/shared/src/classname.ts:91
Function
createRuleProcessor
(userConfig?: Config)
packages/fixture/src/create-context.ts:72
Method
css
(styles: SystemStyleObject)
packages/types/src/hooks-api.ts:24
Method
css
()
packages/core/src/path.ts:22
Method
css
(styles: SystemStyleObject)
packages/core/src/rule-processor.ts:54
Function
cssArtifactComplete
(type: string)
packages/core/src/messages.ts:106
Method
cva
(recipeConfig: RecipeDefinition<RecipeVariantRecord>)
packages/types/src/hooks-api.ts:25
Method
cva
(recipeConfig: RecipeDefinition<any>)
packages/core/src/rule-processor.ts:67
Function
cwd
()
packages/node/src/node-runtime.ts:11
Method
cwd
()
packages/types/src/runtime.ts:46
Method
cwd
()
packages/core/src/path.ts:6
← previous
next →
1,401–1,500 of 1,897, ranked by callers