Pagination, Label, Radio Group, Table, Breadcrumb
Five new components in one release — all following dot notation and the const styles pattern.
What's new
Pagination
Page navigation with dot notation, ellipsis truncation for large page counts, and active page state. Pagination.Previous, Pagination.Next, and Pagination.Item give full control over the layout.
Label
An accessible form label that pairs with inputs, checkboxes, selects, and other form controls. Handles the htmlFor association automatically when composed with form elements.
Radio Group
Radio selection with circle and square visual variants, optional description text per option, and both controlled and uncontrolled modes.
Table
A data table with dot notation (Table.Head, Table.Row, Table.Cell), striped and bordered visual variants, and responsive horizontal overflow handling.
Breadcrumb
Navigation breadcrumbs with automatic separators, ellipsis truncation for deep paths, and the same dot notation API.
1 npx drivn add pagination label radio-group table breadcrumb