Skip to content

Commit

Permalink
Updated svelte docs and changeset:
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Santaniello committed Feb 20, 2024
1 parent d5620ba commit eef27e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/mean-stingrays-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@giphy/svelte-components': minor
'@giphy/react-components': minor
'@giphy/js-components': minor
---

Readme updates for react, js, and svelte components to provide information re: pingbacks
5 changes: 5 additions & 0 deletions packages/svelte-components/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# @giphy/svelte-components

Try it out on [Codesandbox](https://codesandbox.io/p/sandbox/mystifying-architecture-xhsthm?file=%2Fsrc%2Froutes%2F%2Bpage.svelte%3A10%2C36)
Expand All @@ -6,6 +7,10 @@ This package provides components that help you display gifs on a website. It wor

There are three main components: Gif, Grid, and Carousel described below. Feel free to poke around the `src/routes` dir for working examples

## A note about pingbacks

This SDK sends analytics events back to GIPHY in the form of pingbacks to help us improve the quality of search results for your users. You may want to consider advising your users of this in your app's privacy policy.

## Gif

```svelte
Expand Down

0 comments on commit eef27e2

Please sign in to comment.