GitHub

Bar List

Horizontal bars with a customizable label inside.

Website Analytics

SourceViews

Installation

npx solidui-cli@latest add bar-list

Usage

import { BarList } from "~/components/ui/bar-list"
const data = [
  { name: "Instagram", value: 324 },
  { name: "X", value: 174 },
  { name: "Youtube", value: 1237 }
]
 
<BarList data={data} />