@codewithshin/svelte-utterances
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@codewithshin/svelte-utterances", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Svelte Utterances Component", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -1,4 +0,38 @@ | ||
# @codewithshin/svelte-utterances | ||
# svelte-utterances | ||
## Installation | ||
```sh | ||
npm i -D @codewithshin/svelte-utterances | ||
``` | ||
## Props | ||
| Name | Default | | ||
| ----------- | -------------- | | ||
| `reponame` | None | | ||
| `issueTerm` | `pathname` | | ||
| `label` | `comments` | | ||
| `theme` | `github-light` | | ||
### Themes | ||
Select one from: | ||
`github-light`, `github-dark`, `preferred-color-scheme`, `github-dark-orange`, `icy-dark`, `dark-blue`, `photon-dark`, `boxy-light`, or `gruvbox-dark`. | ||
## How to use | ||
```js | ||
<script> | ||
import { Utterances } from '@codewithshin/svelte-utterances' | ||
</script> | ||
<Utterances | ||
theme="github-dark" | ||
/> | ||
``` | ||
Check more details [Utterances](https://utteranc.es/) | ||
## Credits | ||
@@ -5,0 +39,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3364
46