# srb/ui > Beautiful, production-ready UI blocks and templates built with shadcn/ui, Tailwind CSS and Framer Motion. ## Project - Website: https://ui.srb.codes - Repository: https://github.com/sourabhs701/srb.codes - Docs Home: https://ui.srb.codes/docs - Components Index: https://ui.srb.codes/docs/components - Install Command: npx shadcn@latest add https://ui.srb.codes/r/hello.json ## Get Started - [Setup](https://ui.srb.codes/docs/setup): Getting started with srb/ui - [srb/ui](https://ui.srb.codes/docs): Introduction - [Usage](https://ui.srb.codes/docs/usage): How to use srb/ui components in your application. ## Components - [Animated Arrow](https://ui.srb.codes/docs/components/animated-arrow): A small arrow that slides through its container on parent hover. Drop inside any element with the group/animated-arrow class. - [Components](https://ui.srb.codes/docs/components): Explore all the components available in the library. - [Copy Button](https://ui.srb.codes/docs/components/copy-button): Minimal copy-to-clipboard button. The icon morphs from copy to check on success and resets after a configurable delay. Built with motion. - [Folder](https://ui.srb.codes/docs/components/folder): Animated 3D folder that fans its files out on hover. Built with motion. - [Input OTP](https://ui.srb.codes/docs/components/input-otp): An animated OTP input. Each digit fades in, the active slot gets a sliding ring indicator, and the empty active slot shows a blinking caret. Built with input-otp and motion. - [Password Input](https://ui.srb.codes/docs/components/password-input): Password field with show/hide toggle, zxcvbn-ts strength meter, Caps Lock indicator, and paste disabled by default. - [Pie Chart](https://ui.srb.codes/docs/components/pie-chart): Padded-sector pie chart with hover and click selection, a tick ring, a rotating triangle pointer, and a customizable center detail. Built on Recharts, inspired by Evil Charts. - [World Map](https://ui.srb.codes/docs/components/world-map): An interactive, zoomable world map with country selection and a hover tooltip. ## Machine-Readable Sources - [Markdown Index](https://ui.srb.codes/llm) - Raw markdown is available at `/llm/*` using the same path as `/docs/*` (replace `/docs` with `/llm`). - Example: https://ui.srb.codes/docs/setup -> https://ui.srb.codes/llm/setup - Example: https://ui.srb.codes/docs/components/heatmap -> https://ui.srb.codes/llm/components/heatmap - Component install manifests are available under `/r/*.json`.