Skip to content

pantoken / renderers/react/src / Icon

Fonksyon: Icon()

Icon(__namedParameters): ReactNode

Eksperimantal

Render an Instructure icon as the <instui-icon> custom element.

Paramèt

__namedParameters

IconProps

Retounen

ReactNode

Egzanp

tsx
import { Icon } from "@pantoken/react";

<Icon name="check-mark" size="1.25rem" color="var(--instui-color-text-success)" />;