Bloglist4
mynaui/bloglist4FreeBlock
Displays blog posts with headlines, snippets, publication dates, and thumbnail images in a clean, organized layout for easy navigation and reading.
Install it
npx shadcn@latest add https://mynaui.com/r/bloglist4.jsonSource
1import { Input } from "@/ui/input";2import { ArrowRight, Search } from "@mynaui/icons-react";34export default function WithSidebar() {5 return (6 <section className="mx-auto grid max-w-7xl flex-1 grid-cols-1 gap-8 p-4 py-12 lg:grid-cols-4">7 <div className="space-y-8 md:col-span-3">8 <div className="grid gap-8">9 <article className="grid grid-cols-[200px_1fr] gap-6 text-sm">10 <img loading="lazy" decoding="async"11 src="https://images.unsplash.com/photo-1698044048234-2e7f6c4e6aca?q=80&w=1000&auto=format"12 width="200"13 height="120"14 alt="Blog post image"15 className="h-36 rounded-md object-cover"16 />17 <div className="space-y-2">18 <h2 className="text-xl font-semibold">19 <a href="#" className="hover:underline">20 The Future of Web Development21 </a>22 </h2>23 <div className="text-muted-foreground">24 <span>Praveen Juge</span>25 <span className="mx-2">•</span>26 <span>May 15, 2023</span>27 </div>28 <p className="line-clamp-3 text-muted-foreground">29 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed30 euismod, nisl nec ultricies lacinia, nisl nisl aliquam nisl,31 eget aliquam nisl nisl sit amet nisl.32 </p>33 </div>34 </article>35 <article className="grid grid-cols-[200px_1fr] gap-6 text-sm">36 <img loading="lazy" decoding="async"37 src="https://images.unsplash.com/photo-1698044048234-2e7f6c4e6aca?q=80&w=1000&auto=format"38 width="200"39 height="120"40 alt="Blog post image"41 className="h-36 rounded-md object-cover"42 />43 <div className="space-y-2">44 <h2 className="text-xl font-semibold">45 <a href="#" className="hover:underline">46 Mastering Responsive Design47 </a>48 </h2>49 <div className="text-muted-foreground">50 <span>Jane Smith</span>51 <span className="mx-2">•</span>52 <span>April 20, 2023</span>53 </div>54 <p className="line-clamp-3 text-muted-foreground">55 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed56// … truncated
What it pulls in
npm packages
Other registry items
Files it writes
More from mynaui
All 346 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| 40414041 | mynaui | Blocks | Free | no deps · 2 files | |
| 40424042 | mynaui | Blocks | Free | no deps · 2 files | |
| 40434043 | mynaui | Blocks | Free | no deps · 2 files | |
| 40444044 | mynaui | Blocks | Free | no deps · 2 files | |
| 40454045 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets1app-sheets1 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets2app-sheets2 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets3app-sheets3 | mynaui | Blocks | Free | no deps · 2 files |
