---
name: "@turbopills-ui"
slug: "turbopills-ui"
description: "A React component library purpose-built for telehealth and healthcare application UIs. Documented components include Input, Masked Input, Multiple Choice, Single Choice, and Progress — form-oriented primitives suited to patient intake flows, clinical questionnaires, and prescription/medication management interfaces. Built with Tailwind CSS and shadcn/ui conventions. No public GitHub listed; commercial product origin. Use for: telehealth platforms, patient-facing apps, or health-tech products that need accessible, healthcare-appropriate form components without building branded clinical UI patterns from scratch."
category: "Niche/single-purpose"
tags: ["accessibility", "cards", "components", "design-system", "forms", "hooks", "loaders"]
framework: "react"
license: null
author: null
website: "https://www.turbopills.com/ui/docs"
github: "N/A"
registry: "https://ui.turbopills.com/r/registry.json"
pro: false
pro_url: null
github_stars: null
component_count: 10
generated_at: "2026-07-28T08:59:05.895Z"
---

# @turbopills-ui

A React component library purpose-built for telehealth and healthcare application UIs. Documented components include Input, Masked Input, Multiple Choice, Single Choice, and Progress — form-oriented primitives suited to patient intake flows, clinical questionnaires, and prescription/medication management interfaces. Built with Tailwind CSS and shadcn/ui conventions. No public GitHub listed; commercial product origin. Use for: telehealth platforms, patient-facing apps, or health-tech products that need accessible, healthcare-appropriate form components without building branded clinical UI patterns from scratch.

## Links

- Website: https://www.turbopills.com/ui/docs
- GitHub: N/A
- Registry JSON: https://ui.turbopills.com/r/registry.json
- Directory page: https://sh4dcn.vercel.app/registry/turbopills-ui
- This file: https://sh4dcn.vercel.app/md/turbopills-ui.md

## Install

```sh
# add the whole registry (shadcn CLI)
npx shadcn@latest add https://ui.turbopills.com/r/registry.json
pnpm dlx shadcn@latest add https://ui.turbopills.com/r/registry.json
bunx shadcn@latest add https://ui.turbopills.com/r/registry.json
# clone the source repo
git clone N/A.git
# fetch the raw registry index
curl -s https://ui.turbopills.com/r/registry.json
```

## Components (10)

| name | type | description | install |
| --- | --- | --- | --- |
| before-after-card | registry:block | A before/after image card with a footer badge. | `npx shadcn@latest add https://ui.turbopills.com/r/before-after-card.json` |
| bmi-card | registry:block | A configurable BMI indicator ring with thresholds and tooltip. | `npx shadcn@latest add https://ui.turbopills.com/r/bmi-card.json` |
| input | registry:component | Input field with title, hint, suffix and error message. | `npx shadcn@latest add https://ui.turbopills.com/r/input.json` |
| masked-input | registry:component | Masked input with presets (tel/date) and optional calendar picker. | `npx shadcn@latest add https://ui.turbopills.com/r/masked-input.json` |
| multiple-choice | registry:component | Multiple choice field with optional max selections. | `npx shadcn@latest add https://ui.turbopills.com/r/multiple-choice.json` |
| single-choice | registry:component | Single choice field (list or cells) with optional deselect. | `npx shadcn@latest add https://ui.turbopills.com/r/single-choice.json` |
| progress-cells | registry:component | Segmented progress bar with optional labels/tooltips. | `npx shadcn@latest add https://ui.turbopills.com/r/progress-cells.json` |
| progress-stretch | registry:component | Progress with expanding current step. | `npx shadcn@latest add https://ui.turbopills.com/r/progress-stretch.json` |
| progress-numbered | registry:component | Numbered step progress with collapse/ellipsis. | `npx shadcn@latest add https://ui.turbopills.com/r/progress-numbered.json` |
| progress-solid | registry:component | Simple solid progress bar. | `npx shadcn@latest add https://ui.turbopills.com/r/progress-solid.json` |

## For AI agents

```text
You are adding components from @turbopills-ui to a shadcn-compatible project.
1. Read this file (https://sh4dcn.vercel.app/md/turbopills-ui.md) for the component list.
2. Fetch the machine-readable index: https://ui.turbopills.com/r/registry.json
3. Install a single component with its install command from the table above.
4. Full structured record: https://sh4dcn.vercel.app/json (library slug: turbopills-ui).
```
