Progress Bars

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

Configuration

ConfigurationOptions

parent

id or class of the parent element

size

xs, s, m, l, xl

style

primary, accent, information, success, warning, error

progress

progress as number

Last updated