import { Rating } from "@dxdns/feflow"
<Rating startIn={4} color="red">
xmlns="http://www.w3.org/2000/svg"
d="m480-120-58-52q-101-91-167-157T150-447.5Q111-500 95.5-544T80-634q0-94 63-157t157-63q52 0 99 22t81 62q34-40 81-62t99-22q94 0 157 63t63 157q0 46-15.5 90T810-447.5Q771-395 705-329T538-172l-58 52Z"
<Rating style="flex-direction: column;" />
<Rating color="red" length={3} startIn={3} />
{#each Array.from({ length: 5 }, (_, i) => 5 - i) as value}
<Rating startIn={value} color="blue" />
{#each ["aqua", "red", "green"] as color, i}
<Rating startIn={i + 1} {color} />
{#each [13, "2rem", "48px"] as size, i}
<Rating startIn={i + 1} {size} />