0.0.1 • Published 3 years ago

svelte-carbonbadge v0.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

Svelte Websitecarbon Badge component

Svelte component for https://www.websitecarbon.com/badge/

Installation

Install via npm npm install svelte-carbonbadge --save or via yarn yarn add svelte-carbonbadge

Usage

    // some.svelte
    import Carbonbadge from "svelte-carbonbadge";
    //...
    <Carbonbadge />
    // Or for Dark-Mode: <Carbonbadge dark />

Live Example

See also

Component

This component is built and packaged through SvelteKit

It can be build with npm run build and (then) previewed with npm run preview. Example at davidhund.gitlab.io/svelte-carbonbadge/

0.0.1

3 years ago