BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/tripled/blog-typography-shadcnui

Blog Typography

tripled/blog-typography-shadcnui
FreeComponent

Beautiful blog post typography with text, links, images, blockquotes, and code examples

Install it

npx shadcn@latest add https://ui.tripled.work/r/blog-typography-shadcnui.json

Source

@uitripled/react-shadcn/src/components/components/blog/blog-typography.tsxui.tripled.work/r/blog-typography-shadcnui.json · first 6 KB
1"use client";
2
3import { motion, type Variants } from "framer-motion";
4import { Code, ExternalLink, Quote } from "lucide-react";
5import Image from "next/image";
6import type React from "react";
7
8// ============================================================================
9// TYPES & INTERFACES
10// ============================================================================
11
12interface LinkProps {
13 href: string;
14 children: React.ReactNode;
15 external?: boolean;
16}
17
18interface ImageCardProps {
19 src: string;
20 alt: string;
21 caption?: string;
22}
23
24interface CalloutProps {
25 children: React.ReactNode;
26 type?: "info" | "warning" | "success";
27}
28
29// ============================================================================
30// ANIMATION VARIANTS
31// ============================================================================
32
33const containerVariants: Variants = {
34 hidden: { opacity: 0 },
35 visible: {
36 opacity: 1,
37 transition: {
38 staggerChildren: 0.1,
39 delayChildren: 0.1,
40 },
41 },
42};
43
44const itemVariants: Variants = {
45 hidden: { opacity: 0, y: 20 },
46 visible: {
47 opacity: 1,
48 y: 0,
49 transition: { duration: 0.5 },
50 },
51};
52
53// ============================================================================
54// SUB-COMPONENTS
55// ============================================================================
56
57// Animated Link Component
58function AnimatedLink({ href, children, external = false }: LinkProps) {
59 return (
60 <motion.a
61 href={href}
62 target={external ? "_blank" : undefined}
63 rel={external ? "noopener noreferrer" : undefined}
64 className="group relative inline-flex items-center gap-1 text-primary font-medium transition-colors hover:text-primary/80"
65 whileHover={{ x: 2 }}
66 transition={{ duration: 0.2 }}
67 aria-label={
68 external ? `${children} (opens in new tab)` : `Navigate to ${children}`
69 }
70 >
71 <span className="relative">
72 {children}
73 <span className="absolute bottom-0 left-0 h-[1px] w-0 bg-primary transition-all duration-300 group-hover:w-full" />
74 </span>
75 {external && (
76 <ExternalLink className="h-3 w-3 opacity-70" aria-hidden="true" />
77 )}
78 </motion.a>
79 );
80}
81
82// Image Card Component
83function ImageCard({ src, alt, caption }: ImageCardProps) {
84 return (
85 <motion.figure
86 variants={itemVariants}
87// … truncated

What it pulls in

npm packages

  • framer-motion
  • react

Other registry items

  • button

Files it writes

  • @uitripled/react-shadcn/src/components/components/blog/blog-typography.tsx

Facts

Registry
tripled
Type
registry:component
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-10
Last confirmed
3 days ago

Go to the source

ui.tripled.work moumen-soliman/uitripled on GitHub Raw registry item This item as JSON

More from tripled

All 282 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AI Chat Interfaceai-chat-interface-shadcnuitripledComponentsFree2 deps
AI Glow Inputai-glow-input-shadcnuitripledComponentsFree2 deps
AI Loading Skeletonai-loading-skeleton-shadcnuitripledComponentsFree2 deps
AI Response Typing Streamai-response-typing-shadcnuitripledComponentsFree2 deps
AI Unlock Animationai-unlock-animation-shadcnuitripledComponentsFree2 deps
Animated Accordionanimated-accordion-shadcnuitripledComponentsFree2 deps
Animated Card Stackanimated-card-stack-baseuitripledComponentsFree2 deps
Animated Card Stackanimated-card-stack-shadcnuitripledComponentsFree2 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