interface HTMLStringTagsOptions {
    slug?: boolean;
    values?: string[];
}

Properties

Properties

slug?: boolean

Whether to automatically slugify all strings provided to the element.

values?: string[]

An array of initial values.