Spinner

import { Spinner } from "path/to/package/neptune.min.js"
const mySpinner = new Spinner({
    // Configuration
});

Configuration

Configuration
Options

parent

id or class of the parent element

style

primary, accent, information, success, warning, error

animation

linnear, eased

Last updated