Derive Macro Modal

Source
#[derive(Modal)]
{
    // Attributes available to this derive:
    #[name]
    #[placeholder]
    #[min_length]
    #[max_length]
    #[paragraph]
}
Expand description

See Modal trait documentation