MCPcopy Create free account

hub / github.com/chakra-ui/panda / functions

Functions1,897 in github.com/chakra-ui/panda

FunctionSearchIcon
(props: React.SVGProps<SVGSVGElement>)
website/src/icons/search.tsx:1
FunctionSelectComponent
({ options, selected, onChange, title, className }: Props)
website/src/mdx/select.tsx:20
FunctionSemanticColorDisplay
(props: { value: string; condition: string; token?: string })
packages/studio/src/components/semantic-color.tsx:9
FunctionSemanticToken
(props: SemanticTokenProps)
packages/studio/src/components/colors.tsx:42
FunctionShadows
()
website/src/components/token-docs/shadows.tsx:5
FunctionShowcaseCard
({ data }: { data: Showcase })
website/app/showcase/page.tsx:65
FunctionShowcasePage
()
website/app/showcase/page.tsx:97
FunctionSidebar
({ slug: currentSlug }: Props)
website/src/components/docs/sidebar.tsx:26
FunctionSizes
(props: SizesProps)
packages/studio/src/components/sizes.tsx:19
FunctionSizesIcon
()
packages/studio/src/components/icons.tsx:131
FunctionSizings
()
website/src/components/token-docs/sizings.tsx:5
FunctionSocialIcon
({ platform, url }: { platform: string; url: string })
website/app/team/page.tsx:53
FunctionSolidjsLogo
()
website/src/icons/solid.tsx:1
FunctionSpacingIcon
()
packages/studio/src/components/icons.tsx:105
FunctionSpacings
()
website/src/components/token-docs/spacings.tsx:5
FunctionSparks
(props: ComponentPropsWithoutRef<'svg'>)
website/theme/icons.tsx:178
FunctionSparks2
(props: ComponentPropsWithoutRef<'svg'>)
website/theme/icons.tsx:206
FunctionSpinnerIcon
(props: React.ComponentProps<'svg'>)
website/src/icons/spinner.tsx:3
FunctionSplitCssProps
()
sandbox/solid-ts/src/scenarios/split-css-props.tsx:27
FunctionStartBuildingSection
()
website/src/www/start-building.section.tsx:6
FunctionSteps
(props: React.ComponentProps<'div'>)
website/src/mdx/steps.tsx:32
FunctionStorybookLogo
(props: ComponentPropsWithoutRef<'svg'>)
website/theme/icons.tsx:433
FunctionStorybookLogo
()
website/src/icons/storybook.tsx:1
FunctionSuccessIcon
()
packages/studio/src/components/icons.tsx:12
FunctionSuccessIcon
()
playground/src/components/icons.tsx:109
FunctionSummary
(props: React.ComponentProps<'summary'>)
website/src/mdx/summary.tsx:29
FunctionSun
()
playground/src/components/icons.tsx:63
FunctionSun
(props: ComponentPropsWithoutRef<'svg'>)
website/theme/icons.tsx:126
FunctionSunIcon
(props: ComponentProps<'svg'>)
packages/studio/src/icons/sun.tsx:4
FunctionSunIcon
(props: React.ComponentProps<'svg'>)
website/src/icons/sun.tsx:1
FunctionSvelteLogo
()
website/src/icons/svelte.tsx:1
FunctionTable
({ className = '', ...props }: React.ComponentProps<'table'>)
website/src/mdx/table.tsx:14
FunctionTabs
(props: React.PropsWithChildren<{ items: string[] }>)
website/src/mdx/tabs.tsx:11
FunctionTabsList
({ titles }: { titles: string[] })
website/src/components/code-highlight/tabs.tsx:6
FunctionTd
({ className = '', ...props }: React.ComponentProps<'td'>)
website/src/mdx/table.tsx:74
FunctionTeamMemberCard
({ member }: { member: GitHubUser })
website/app/team/page.tsx:74
FunctionTeamPage
()
website/app/team/page.tsx:150
FunctionTestScore
(props: TestScoreProps)
packages/studio/src/components/test-score.tsx:15
FunctionTestimonialsSection
()
website/src/www/testimonials.section.tsx:32
FunctionText
(props: React.ComponentProps<'p'>)
website/src/mdx/text.tsx:8
FunctionTextStyles
()
packages/studio/src/components/text-styles.tsx:9
FunctionTextStylesIcon
()
packages/studio/src/components/icons.tsx:53
FunctionTh
({ className = '', ...props }: React.ComponentProps<'th'>)
website/src/mdx/table.tsx:34
FunctionThemeExample
({ name }: { name?: string })
sandbox/waku-ts/src/components/multi-themes.tsx:38
FunctionThemeLoading
({ children }: { children: React.ReactNode })
packages/studio/src/components/token-pages.tsx:39
FunctionThemeSelector
()
packages/studio/src/components/theme-selector.tsx:9
FunctionThemeSwitch
({ className }: ThemeSwitchProps)
website/src/mdx/theme-switch.tsx:11
FunctionThemeSwitchButton
()
website/src/components/theme-switch-button.tsx:41
FunctionThemeSwitchIconButton
()
website/src/components/theme-switch-button.tsx:58
FunctionTitleBarContent
(brightProps: BrightProps)
website/src/components/code-highlight/tabs.extension.tsx:5
FunctionToc
(props: TocProps)
website/src/components/ui/toc.tsx:186
FunctionTokenDocs
(props: Props)
website/src/mdx/token-docs.tsx:29
FunctionToolbar
(props: PropsWithChildren)
playground/src/components/Toolbar.tsx:8
FunctionTr
({ className = '', ...props }: React.ComponentProps<'tr'>)
website/src/mdx/table.tsx:55
FunctionTree
({ children }: { children: React.ReactNode })
website/src/mdx/file-tree.tsx:25
FunctionTryPandaSection
()
website/src/www/try-panda.section.tsx:22
FunctionTypescriptLogo
(props: ComponentPropsWithoutRef<'svg'>)
website/theme/icons.tsx:160
FunctionTypographyIcon
()
packages/studio/src/components/icons.tsx:91
FunctionTypographyPlayground
()
packages/studio/src/components/typography-playground.tsx:19
MethodUNSAFE_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:1283
MethodUNSAFE_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:1317
MethodUNSAFE_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:1347
FunctionUnorderedList
(props: React.ComponentProps<'ul'>)
website/src/mdx/list.tsx:25
FunctionUsingAnonymousFunctionExpression
()
packages/extractor/__tests__/samples/ExtractSample.tsx:286
FunctionUsingAnonymousFunctionExpressionWithSpread
(props)
packages/extractor/__tests__/samples/ExtractSample.tsx:287
FunctionUsingAnother
()
packages/extractor/__tests__/samples/ExtractSample.tsx:234
FunctionUsingAnotherWithSpread
(props)
packages/extractor/__tests__/samples/ExtractSample.tsx:235
FunctionUsingArrowSomething
()
packages/extractor/__tests__/samples/ExtractSample.tsx:266
FunctionUsingArrowSomethingWithSpread
(props)
packages/extractor/__tests__/samples/ExtractSample.tsx:267
FunctionUsingArrowWithBlockSomething
()
packages/extractor/__tests__/samples/ExtractSample.tsx:270
FunctionUsingArrowWithBlockSomethingWithSpread
(props)
packages/extractor/__tests__/samples/ExtractSample.tsx:271
FunctionUsingComputedLiteralRef
()
packages/extractor/__tests__/samples/ExtractSample.tsx:303
FunctionUsingComputedLiteralRefWithSpread
(props)
packages/extractor/__tests__/samples/ExtractSample.tsx:304
FunctionUsingFunctionExpressionSomething
()
packages/extractor/__tests__/samples/ExtractSample.tsx:278
FunctionUsingFunctionExpressionSomethingWithSpread
(props)
packages/extractor/__tests__/samples/ExtractSample.tsx:279
FunctionUsingLiteralRef
()
packages/extractor/__tests__/samples/ExtractSample.tsx:300
FunctionUsingLiteralRefWithSpread
(props)
packages/extractor/__tests__/samples/ExtractSample.tsx:301
FunctionUsingObjectBindingSomething
()
packages/extractor/__tests__/samples/ExtractSample.tsx:291
FunctionUsingObjectBindingSomethingWithSpread
(props)
packages/extractor/__tests__/samples/ExtractSample.tsx:292
FunctionUsingRandomName
()
packages/extractor/__tests__/samples/ExtractSample.tsx:294
FunctionUsingRandomNameWithSpread
(props)
packages/extractor/__tests__/samples/ExtractSample.tsx:295
FunctionUsingRef
()
packages/extractor/__tests__/samples/ExtractSample.tsx:297
FunctionUsingRefWithSpread
(props)
packages/extractor/__tests__/samples/ExtractSample.tsx:298
FunctionUsingWrapper
()
packages/extractor/__tests__/samples/ExtractSample.tsx:223
FunctionUsingWrapperWithSpread
(props)
packages/extractor/__tests__/samples/ExtractSample.tsx:224
FunctionVerticalSplit
()
playground/src/components/icons.tsx:25
FunctionViteLogo
(props: ComponentPropsWithoutRef<'svg'>)
website/theme/icons.tsx:335
FunctionViteLogo
()
website/src/icons/vite.tsx:1
FunctionVueLogo
()
website/src/icons/vue.tsx:1
FunctionWithRootProvider
(props)
packages/studio/styled-system/jsx/create-style-context.mjs:43
FunctionWordWrapIcon
(props: React.ComponentProps<'svg'>)
website/src/icons/word-wrap.tsx:1
FunctionWorksEverywhereSection
()
website/src/www/works-everywhere.section.tsx:12
FunctionWrapText
()
playground/src/components/icons.tsx:88
FunctionWrapper
(props)
packages/extractor/__tests__/samples/ExtractSample.tsx:215
FunctionXIcon
(props: React.ComponentProps<'svg'>)
website/src/icons/x.tsx:1
FunctionXMarkIcon
(props: React.SVGProps<SVGSVGElement>)
packages/studio/src/components/icons.tsx:243
FunctionYums
(props: React.ComponentProps<'svg'>)
packages/studio/src/icons/yums.tsx:3
FunctionYums
(props: React.ComponentProps<'svg'>)
website/app/og/mascot.tsx:1
Method[Symbol.iterator]
()
packages/shared/src/cache-map.ts:103
Function__objRest
(source, exclude)
packages/studio/styled-system/helpers.mjs:326
← previousnext →1,301–1,400 of 1,897, ranked by callers