BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Neobrutalism Components/progress

Progress

neobrutalism-components/progress
FreeComponent

Neobrutalism Components publishes no description for this item.

Live preview

live · rendered by the registry
Rendered by Neobrutalism Components on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://www.neobrutalism.dev/r/progress.json

Source

src/components/ui/progress.tsxwww.neobrutalism.dev/r/progress.json
1"use client"
2
3import * as ProgressPrimitive from "@radix-ui/react-progress"
4
5import * as React from "react"
6
7import { cn } from "@/lib/utils"
8
9function Progress({
10 className,
11 value,
12 ...props
13}: React.ComponentProps<typeof ProgressPrimitive.Root> & {
14 value?: number
15}) {
16 return (
17 <ProgressPrimitive.Root
18 data-slot="progress"
19 className={cn(
20 "relative h-4 w-full overflow-hidden rounded-base border-2 border-border bg-secondary-background",
21 className,
22 )}
23 {...props}
24 >
25 <ProgressPrimitive.Indicator
26 data-slot="progress-indicator"
27 className="h-full w-full flex-1 border-r-2 border-border bg-main transition-all"
28 style={{ transform: `translateX(-${100 - (value || 0)}%)` }}
29 />
30 </ProgressPrimitive.Root>
31 )
32}
33
34export { Progress }

What it pulls in

npm packages

  • @radix-ui/react-progress

Files it writes

  • src/components/ui/progress.tsx

Facts

Registry
Neobrutalism Components
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
today

Go to the source

Docs on Neobrutalism Components www.neobrutalism.dev ekmas/neobrutalism-components on GitHub Raw registry item This item as JSON

More from Neobrutalism Components

All 92 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AccordionaccordionNeobrutalism ComponentsComponentsFree1 dep
AlertalertNeobrutalism ComponentsComponentsFreeno deps
Alert dialogalert-dialogNeobrutalism ComponentsComponentsFree1 dep
AvataravatarNeobrutalism ComponentsComponentsFree1 dep
BadgebadgeNeobrutalism ComponentsComponentsFreeno deps
BreadcrumbbreadcrumbNeobrutalism ComponentsComponentsFree1 dep
ButtonbuttonNeobrutalism ComponentsComponentsFree1 dep
CalendarcalendarNeobrutalism ComponentsComponentsFree2 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