BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/poyraz/footer

Footer

poyraz/footer
FreeComponent

Poyraz Soft Glass Footer with container-responsive layout and semantic tokens.

Install it

npx shadcn@latest add https://ui.poyrazavsever.com/r/footer.json

Source

registry/poyraz/ui/phase8/footer.tsxui.poyrazavsever.com/r/footer.json · first 6 KB
1import * as React from "react";
2import { cva, type VariantProps } from "class-variance-authority";
3
4import { cn } from "@/lib/utils";
5
6/* ================================================================== */
7/* FOOTER ROOT */
8/* ================================================================== */
9
10const DEFAULT_CONTAINER = "max-w-5xl mx-auto px-6";
11
12const footerVariants = cva(["w-full", "border-t"].join(" "), {
13 variants: {
14 variant: {
15 full: "py-10 bg-background text-foreground border-border",
16 compact: "py-3 bg-background text-foreground border-border",
17 branded: "py-8 bg-background text-foreground border-border",
18 centered: "py-10 text-center bg-background text-foreground border-border",
19 dark: "py-10 bg-inverted text-inverted-foreground border-border-strong",
20 minimal: "py-6 bg-background text-foreground border-border",
21 },
22 },
23 defaultVariants: { variant: "full" },
24});
25
26export interface FooterProps
27 extends React.HTMLAttributes<HTMLElement>, VariantProps<typeof footerVariants> {
28 /** Class name applied to inner container for width constraint */
29 containerClassName?: string;
30}
31
32const Footer = React.forwardRef<HTMLElement, FooterProps>(
33 ({ className, variant = "full", containerClassName, children, ...props }, ref) => (
34 <footer
35 ref={ref}
36 data-slot="footer"
37 data-variant={variant ?? "full"}
38 className={cn("@container/footer min-w-0", footerVariants({ variant }), className)}
39 {...props}
40 >
41 <div className={cn("px-6", containerClassName ?? DEFAULT_CONTAINER)}>{children}</div>
42 </footer>
43 ),
44);
45Footer.displayName = "Footer";
46
47/* ================================================================== */
48/* FOOTER GRID (multi-column layout for 'full' variant) */
49/* ================================================================== */
50
51const FooterGrid = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDivElement>>(
52 ({ className, children, ...props }, ref) => (
53 <div
54 ref={ref}
55 data-slot="footer-grid"
56 className={cn(
57 "grid gap-8",
58 "grid-cols-1 @sm/footer:grid-cols-2 @md/footer:grid-cols-3 @lg/footer:grid-cols-4",
59 className,
60 )}
61 {...props}
62 >
63 {children}
64 </div>
65 ),
66);
67FooterGrid.displayName = "FooterGrid";
68
69/* ================================================================== */
70// … truncated

What it pulls in

npm packages

  • class-variance-authority@^0.7.1

Other registry items

  • @poyraz/poyraz-utils
  • @poyraz/poyraz-theme

Files it writes

  • registry/poyraz/ui/phase8/footer.tsx

Facts

Registry
poyraz
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-10
Last confirmed
yesterday

Go to the source

ui.poyrazavsever.com poyrazavsever/poyraz-ui on GitHub Raw registry item This item as JSON

More from poyraz

All 71 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AccordionaccordionpoyrazComponentsFree2 deps
AlertalertpoyrazComponentsFree2 deps
Announcement Barannouncement-barpoyrazComponentsFree2 deps
AutocompleteautocompletepoyrazComponentsFree1 dep
AvataravatarpoyrazComponentsFree2 deps
BadgebadgepoyrazComponentsFree1 dep
Bg Patternbg-patternpoyrazComponentsFreeno deps
BreadcrumbbreadcrumbpoyrazComponentsFree1 dep

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex