Cursor
A wrapper component that applies faction-based custom CSS cursors to its children. Hover over each card to see the different cursor styles.
Faction Cursors
Usage
<script>
import { Cursor } from 'warcraftcn-ui-svelte';
</script>
<Cursor faction="orc">
<div>Hover over me for the orc cursor</div>
</Cursor>Props
| Prop | Type | Default |
|---|---|---|
| faction | "default" | "orc" | "elf" | "human" | "undead" | "default" |




