BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/stackzero/review-10-block

review-10-block

stackzero/review-10-block
FreeBlock

stackzero publishes no description for this item.

Install it

npx shadcn@latest add https://ui.stackzero.co/r/review-10-block.json

Source

/components/commerce-ui/blocks/reviews/review-10.tsxui.stackzero.co/r/review-10-block.json · first 6 KB
1"use client";
2
3import UpvoteRating_Basic from "@/components/commerce-ui/upvote-rating-basic";
4import { Button } from "@/components/ui/button";
5import { Check, Clock, Flag, Share2 } from "lucide-react";
6import { useState } from "react";
7
8interface Review_10Props {
9 hunterName?: string;
10 hunterTitle?: string;
11 hunterAvatar?: string;
12 reviewDate?: string;
13 reviewTitle?: string;
14 reviewContent?: string;
15 initialUpvotes?: number;
16 initialDownvotes?: number;
17 initialUpvoted?: boolean;
18 initialDownvoted?: boolean;
19 productIcon?: string;
20 productName?: string;
21 verified?: boolean;
22}
23
24function Review_10({
25 hunterAvatar = "https://raw.githubusercontent.com/stackzero-labs/ui/refs/heads/main/public/placeholders/user-05.jpg",
26 hunterName = "Ryan Hoover",
27 hunterTitle = "Product Hunter",
28 initialDownvoted = false,
29 initialDownvotes = 7,
30 initialUpvoted = false,
31 initialUpvotes = 128,
32 productIcon = "https://avatar.vercel.sh/rauchg?rounded=60",
33 productName = "TaskMaster",
34 reviewContent = "I've tried countless to-do apps over the years, but TaskMaster has quickly become my default. What sets it apart is its perfect balance of simplicity and functionality. The UI is clean, focused, and doesn't overwhelm you with unnecessary features.\n\nThe standout feature is the 'Priority Matrix' that helps you sort tasks based on importance and urgency - a simple implementation of the Eisenhower matrix. The daily focus view shows only what you need to accomplish today, which reduces anxiety and increases productivity.\n\nSync works flawlessly across devices, and the offline mode has saved me multiple times. The developers are responsive and push updates regularly based on user feedback. If you're looking for a to-do app that stays out of your way while actually helping you get things done, this is it.",
35 reviewDate = "3 days ago",
36 reviewTitle = "TaskMaster - The simplest to-do app that actually works",
37 verified = true,
38}: Review_10Props = {}) {
39 const [isExpanded, setIsExpanded] = useState(false);
40 const [isReported, setIsReported] = useState(false);
41 const [voteState, setVoteState] = useState({
42 downvoted: initialDownvoted,
43 downvotes: initialDownvotes,
44 upvoted: initialUpvoted,
45 upvotes: initialUpvotes,
46 });
47
48 // Handle sharing
49 const handleShare = () => {
50 if (navigator.share) {
51 navigator
52 .share({
53 text: `Check out this review of ${productName}`,
54 title: reviewTitle,
55// … truncated

What it pulls in

npm packages

  • lucide-react

Other registry items

  • button
  • https://ui.stackzero.co/r/upvote-rating-basic.json

Files it writes

  • @/components/commerce-ui/blocks/reviews/review-10.tsx

Facts

Registry
stackzero
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

ui.stackzero.co stackzero-labs/ui on GitHub Raw registry item This item as JSON

More from stackzero

All 112 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
address-01-blockaddress-01-blockstackzeroBlocksFree4 deps
address-02-blockaddress-02-blockstackzeroBlocksFree4 deps
address-03-blockaddress-03-blockstackzeroBlocksFree4 deps
banner-01-blockbanner-01-blockstackzeroBlocksFreeno deps
banner-02-blockbanner-02-blockstackzeroBlocksFreeno deps
banner-03-blockbanner-03-blockstackzeroBlocksFreeno deps
banner-04-blockbanner-04-blockstackzeroBlocksFreeno deps
banner-05-blockbanner-05-blockstackzeroBlocksFreeno 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