logo-icon
Types

CarouselSlide

Used in conjunction with the Carousel and Post components.

typescript
interface Slide {
	id: string;
	src: string;
	alt?: string;
}

Locale

Used in conjunction with the DatePicker components.

typescript
type Locale = {
	weekdays?: string[];
	months?: string[];
	weekStartsOn?: number;
};

MaterialIcon

All Icon components use Material Design Icons under the hood. Use the string value for any icon="" properties.