https://github.com/digital4better/carbonara
https://github.com/digital4better/carbonara
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/digital4better/carbonara
- Owner: digital4better
- License: mit
- Created: 2021-03-21T19:44:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T10:38:18.000Z (over 2 years ago)
- Last Synced: 2025-04-24T10:03:56.255Z (about 2 months ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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. |