BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/gymnopedies/content

Content

gymnopedies/content
FreeComponent

Content — gymnopédies blog reading primitive.

Install it

npx shadcn@latest add https://gymnopedies.shoota.work/r/content.json

Source

src/components/blog/content.tsxgymnopedies.shoota.work/r/content.json
1import * as React from "react"
2
3import { cn } from "@/lib/utils"
4
5export type ContentProps = React.HTMLAttributes<HTMLDivElement>
6
7export function Content({ className, children, ...props }: ContentProps) {
8 return (
9 <div
10 className={cn(
11 "p-4 [&_+_&]:mt-4 [&_img]:mx-auto [&_img]:my-4 [&_img]:rounded-sm [&_img]:shadow-[0_0_1rem_#04252b]",
12 className
13 )}
14 {...props}
15 >
16 {children}
17 </div>
18 )
19}

What it pulls in

Other registry items

  • https://gymnopedies.shoota.work/r/utils.json
  • https://gymnopedies.shoota.work/r/theme.json

Files it writes

  • src/components/blog/content.tsx

Facts

Registry
gymnopedies
Type
registry:component
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

gymnopedies.shoota.work shoota/gymnopedies on GitHub Raw registry item This item as JSON

More from gymnopedies

All 49 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AccordionaccordiongymnopediesComponentsFree2 deps
AlertalertgymnopediesComponentsFree1 dep
Alert Dialogalert-dialoggymnopediesComponentsFree1 dep
ArticlearticlegymnopediesComponentsFreeno deps
Aspect Ratioaspect-ratiogymnopediesComponentsFreeno deps
AvataravatargymnopediesComponentsFree1 dep
BadgebadgegymnopediesComponentsFree2 deps
BreadcrumbbreadcrumbgymnopediesComponentsFree2 deps
BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex