Skip to content

pantoken / renderers/react/src / Icon

Функция: Icon()

Icon(__namedParameters): ReactNode

Экспериментально

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

Параметры

__namedParameters

IconProps

Возвращаемое значение

ReactNode

Пример

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

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