Ambient UI

Command Palette

Search for a command to run...

Calendar

A date field component that allows users to enter and edit date.

Usage

import { Calendar } from "@smartacteam/ambient-web/calendar";
const [date, setDate] = React.useState<Date | undefined>(new Date());
 
return <Calendar mode="single" selected={date} onSelect={setDate} />;

Examples

Range Calendar

Month and Year Selector