Getting started
Foundation
Typography
Navigation
Feedback
Forms
Drawer offers a way to show some information without creating a dedicated page for it. Usually used for showing information related to each row in a table, while staying on the same page.
Name | Default | Description |
---|---|---|
isOpen | false | boolean Determines if drawer is open. |
title | — | string Title to display at the top of the drawer. |
children | — | ReactNode Drawer content. |
size | "sm" | "xs" | "sm" | "md" | "lg" Drawer size. |
onClose | — | () => void Callback invoked to close the modal. |
On this page