Strata - v1.4.10
    Preparing search index...

    Variable NameplateConst

    Nameplate: ForwardRefExoticComponent<
        NameplateProps & RefAttributes<NameplateRef>,
    > = ...

    Character Identity Nameplate.

    Renders a floating UI element above characters with their name, title, level, and health status. Features distance-based auto-fading.

    <Nameplate
    name="Guard Captain"
    level={45}
    guild="Royal Guard"
    healthBar={{ value: 100, maxValue: 100 }}
    />