@quikturn/logos-react 1.0.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# @quikturn/logos-react
|
|
2
2
|
|
|
3
|
-
> React components for the Quikturn Logos API -- drop-in logo display, infinite carousel, and responsive grid.
|
|
3
|
+
> React components for the [Quikturn Logos API](https://getquikturn.io) -- drop-in logo display, infinite carousel, and responsive grid.
|
|
4
|
+
|
|
5
|
+
**[Get your API key](https://getquikturn.io)** -- free tier available, no credit card required.
|
|
4
6
|
|
|
5
7
|
## Features
|
|
6
8
|
|
|
@@ -318,6 +320,13 @@ function CustomCarousel() {
|
|
|
318
320
|
/>
|
|
319
321
|
```
|
|
320
322
|
|
|
323
|
+
## Resources
|
|
324
|
+
|
|
325
|
+
- **[Quikturn website](https://getquikturn.io)** -- sign up, manage keys, explore the API
|
|
326
|
+
- **[Dashboard](https://getquikturn.io/dashboard)** -- usage analytics, key management, plan upgrades
|
|
327
|
+
- **[Pricing](https://getquikturn.io/pricing)** -- free tier, pro, and enterprise plans
|
|
328
|
+
- **[Core SDK docs](https://www.npmjs.com/package/@quikturn/logos)** -- `@quikturn/logos` URL builder, browser client, server client
|
|
329
|
+
|
|
321
330
|
## License
|
|
322
331
|
|
|
323
|
-
MIT
|
|
332
|
+
MIT -- built by [Quikturn](https://getquikturn.io)
|