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)" />;