# Radial Week View

> The Radial Week View component is a visually engaging calendar that displays a week in a circular, radial layout. Each hour of the day is represented as a marker around the circle, and events are positioned as arcs or points corresponding to their specific hour. Users can interact with events by clicking them to view details in a popover, add new events for a selected hour, or remove existing events using a Lucide trash icon. The component leverages Shadcn UI components—such as Card, Popover, Button, and Input—to ensure consistent styling, responsiveness, and light/dark mode support. This layout is particularly useful for visualizing time-based events intuitively, giving users a unique perspective of their weekly schedule.

- Author: [Ruixen UI](https://21st.dev/@ruixen.ui)
- Library: [Ruixen UI](https://21st.dev/@ruixen.ui/library/ruixen-ui)
- License: unknown
- npm dependencies: uuid, date-fns, lucide-react
- Live preview: https://21st.dev/@ruixen.ui/components/radial-week-view

## Install

```bash
npx shadcn@latest add "https://21st.dev/r/ruixen.ui/radial-week-view?api_key=$API_KEY_21ST"
```

Requires a 21st API key (generate one at https://21st.dev/mcp) passed as `API_KEY_21ST`. Free accounts get a limited number of installs per day; unlimited on a paid plan — see https://21st.dev/pricing.

Full component directory: https://21st.dev/llms.txt
