Badges

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

Configuration

ConfigurationOptions

parent

id or class of the parent element

text

text

size

s, m, l

style

primary, accent, information, success, warning, error

Last updated