Components

List

A simple unstyled list. Use ListItem to render each entry — items are vertically stacked with a configurable gap between content and inline icons.

  • TypeScript first
  • CSS Modules theming
  • Accessible by default
import { List } from "@empreint/ui";
import { Check } from "lucide-react";

<List>
	<ListItem>
		<Check size={16} />
		TypeScript first
	</ListItem>
	<ListItem>
		<Check size={16} />
		CSS Modules theming
	</ListItem>
</List>

Props

The List and ListItem both accept children and className.

CSS Variables

Prop

Type