Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/digital4better/carbonara


https://github.com/digital4better/carbonara

Last synced: about 2 months ago
JSON representation

Lists

README

        

# Carbonara

This is a custom element to compute web navigation carbon footprint.

## Usage
### CDN

```html


Your navigation has emitted so far.


```

### Locally

```bash
npm install @digital4better/carbonara
```

```html

Your navigation has emitted so far.


```

## Supported properties

| Attribute | Type | Default value | Description |
| --- | --- | --- | --- |
| position | "top", "bottom" | "top" | the tooltip position |
| persistance | "none", "session", "local" | "none" | when set to "none" the footprint will be reset on page refresh. "local" and "session" will persist footprint in navigator storage. |