- Added CursorPagination component with page size selector (20/50/100) - Updated /books page with pagination support - Updated /libraries/[id]/books with pagination - Improved layout margins (added pb-16 and responsive px) - Series page uses improved layout spacing
10 lines
468 B
TypeScript
10 lines
468 B
TypeScript
export { Card, CardHeader } from "./Card";
|
|
export { Badge, StatusBadge, JobTypeBadge } from "./Badge";
|
|
export { StatBox } from "./StatBox";
|
|
export { ProgressBar, MiniProgressBar } from "./ProgressBar";
|
|
export { Button } from "./Button";
|
|
export { Input, Select } from "./Input";
|
|
export { FormField, FormLabel, FormInput, FormSelect, FormRow } from "./Form";
|
|
export { PageIcon, NavIcon } from "./Icon";
|
|
export { CursorPagination, OffsetPagination } from "./Pagination";
|