Defines header for [`Drawer`][crate::Drawer]. If the child passed is an element (a `VTag`), then it is modified to include the appropriate attributes. Otherwise, the child is wrapped in a `span` containing said attributes.
| 17 | /// the appropriate attributes. Otherwise, the child is wrapped in a `span` |
| 18 | /// containing said attributes. |
| 19 | pub struct DrawerHeader { |
| 20 | props: DrawerHeaderProps, |
| 21 | } |
| 22 | |
| 23 | impl Component for DrawerHeader { |
| 24 | type Message = (); |
nothing calls this directly
no outgoing calls
no test coverage detected