pub fn InlineDrawer(props: InlineDrawerProps) -> impl IntoViewExpand description
§Required Props
- open:
impl Into<Model<bool>>- Controls the open state of the Drawer.
- children:
Children
§Optional Props
- class:
impl Into<MaybeProp<String>> - position:
impl Into<Signal<DrawerPosition>>- Position of the drawer.
- size:
impl Into<Signal<DrawerSize>>- Size of the drawer.