Skip to main content

Input

Renders an Icon from Tabler Icons by icon name.

Usage

import { Icon } from "@fedibtc/ui"

function MyComponent() {
return (
<button>
<Icon name="IconX" />
</button>
)
}

Custom Props

Excluding default props from TablerIconsProps

NameTypeDescription
iconIconKeyKey of the icon to render
size"xxs" | "xs" | "sm" | "md" | "lg" | "xl" | numberAn additional element to display at the end of the input