https://github.com/zachleat/fundraising-status
Web component to show the current status of a fundraiser.
https://github.com/zachleat/fundraising-status
Last synced: 5 months ago
JSON representation
Web component to show the current status of a fundraiser.
- Host: GitHub
- URL: https://github.com/zachleat/fundraising-status
- Owner: zachleat
- License: mit
- Created: 2024-05-22T14:32:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:42:01.000Z (about 2 years ago)
- Last Synced: 2024-05-22T16:42:44.622Z (about 2 years ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fundraising-status
A web component to show the current status of a fundraiser, including goal amount and current value.
## Demo
* https://zachleat.github.io/fundraising-status/demo.html
## Installation
You can install via `npm` ([`@zachleat/fundraising-status`](https://www.npmjs.com/package/@zachleat/fundraising-status)) or download the `fundraising-status.js` JavaScript file manually.
```shell
npm install @zachleat/fundraising-status --save
```
Add `fundraising-status.js` to your site’s JavaScript assets.
## Usage
```html
```