as
"a" | "button" | "div"
If this is necessary please consider accessibility/screen reader usage. The user needs to know specifically what tag they are closing.
Closable Tag
<TagcloseText="Remove Closable Tag filter"closeableonClose={function noRefCheck() {}}>Closable Tag</Tag>
as"a" | "button" | "div"
themeTheme
loading"eager" | "lazy"
Not included in `AllHTMLAttributes` yet so sourced from https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img
decoding"auto" | "sync" | "async"
Not included in `AllHTMLAttributes` yet so sourced from https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img
inputRefRef<HTMLElement>
Has to not be called ref - done because we also want to use a generic see https://gist.github.com/gaearon/1a018a023347fe1c2476073330cc5509
closeableboolean
closeTextstring
Default: "`Close ${children}`"
onClose() => void