BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcnblocks/awards2

Awards 2 - Sticky label with awards list

shadcnblocks/awards2
FreeBlock

A two-column layout with a small uppercase label and sticky positioning beside a list of award titles and years separated by hairline borders.

Install it

npx shadcn@latest add https://www.shadcnblocks.com/r/awards2.json

Source

block/awards2/awards2.tsxwww.shadcnblocks.com/r/awards2.json
1import React from "react";
2
3import { cn } from "@/lib/utils";
4
5interface Awards2Props {
6 className?: string;
7}
8
9const Awards2 = ({ className }: Awards2Props) => {
10 const awards = [
11 { title: "Creative Collaboration Award", year: "2023" },
12 { title: "Design Excellence Prize", year: "2023" },
13 { title: "Innovation in Web Development", year: "2022" },
14 { title: "Best User Experience Design", year: "2022" },
15 { title: "Outstanding Visual Design", year: "2021" },
16 { title: "Digital Innovation Award", year: "2021" },
17 { title: "Creative Technology Excellence", year: "2020" },
18 { title: "Best Interactive Design", year: "2020" },
19 { title: "Web Design Achievement", year: "2019" },
20 ];
21
22 return (
23 <section className={cn("py-32", className)}>
24 <div className="container">
25 <div className="grid grid-cols-1 gap-20 lg:grid-cols-6">
26 <div className="top-10 col-span-2 flex h-fit w-fit items-center gap-3 py-8 lg:sticky">
27 <span className="size-3 bg-orange-500" />
28 <p className="text-2xl text-foreground/30 uppercase">AWARDS</p>
29 </div>
30 <ul className="col-span-4 w-full">
31 {awards.map((award, index) => (
32 <li key={index} className="flex justify-between border-b py-4">
33 <h3 className="text-2xl font-medium tracking-tight">
34 {award.title}
35 </h3>
36 <p className="font-mono text-lg tracking-tighter text-foreground/50">
37 {award.year}
38 </p>
39 </li>
40 ))}
41 </ul>
42 </div>
43 </div>
44 </section>
45 );
46};
47
48export { Awards2 };

Files it writes

  • block/awards2/awards2.tsx

Facts

Registry
shadcnblocks
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
yesterday

Go to the source

www.shadcnblocks.com shadcnblocks/shadcn-ui-blocks on GitHub Raw registry item This item as JSON

More from shadcnblocks

All 3,968 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
About 1 - Multi-Section Mission Valuesabout1shadcnblocksBlocksPaidno deps
About 10 - Sticky Sidebar Company Profileabout10shadcnblocksBlocksPaidno deps
About 12 - Agency Profile with Process Cardsabout12shadcnblocksBlocksPaidno deps
About 13 - Story with Avatar Profileabout13shadcnblocksBlocksPaidno deps
About 14 - About with Hero Imageabout14shadcnblocksBlocksPaidno deps
About 15 - Tilted Photo Profile Cardabout15shadcnblocksBlocksPaidno deps
About 16 - Why Us Stats Sectionabout16shadcnblocksBlocksPaidno deps
About 17 - Interactive Tab Profileabout17shadcnblocksBlocksPaidno deps

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