Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 449 Bytes

SPINNER.md

File metadata and controls

20 lines (14 loc) · 449 Bytes

Spinner

import { Spinner } from "@mpiorowski/svelte-init";

Usage

<Spinner size={40} center={false}  />
Prop Values Default
size number 20
center boolean false

center props will set the spinner position entered on the page. Very usefull as loding indicator when page data are fetching.