blask/styled/pill
Types
pub type NotClosable =
Nil
Functions
pub fn with_close_button(
props props: PillProps(Nil, a, b),
on_close on_close: b,
) -> PillProps(Closable, a, b)
pub fn with_content(
props props: PillProps(a, Nil, b),
content content: Element(b),
) -> PillProps(a, Element(b), b)