@quikturn/logos 0.3.0 → 0.4.0
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
| Package | Description | Install |
|
|
8
8
|
|---------|-------------|---------|
|
|
9
|
-
| [`@quikturn/logos`](
|
|
10
|
-
| [`@quikturn/logos-react`](
|
|
9
|
+
| [`@quikturn/logos`](https://www.npmjs.com/package/@quikturn/logos) | Core SDK -- URL builder, browser client, server client, web component | `pnpm add @quikturn/logos` |
|
|
10
|
+
| [`@quikturn/logos-react`](https://www.npmjs.com/package/@quikturn/logos-react) | React components -- `<QuikturnLogo>`, `<QuikturnLogoCarousel>`, `<QuikturnLogoGrid>` | `pnpm add @quikturn/logos-react` |
|
|
11
11
|
|
|
12
12
|
## Features
|
|
13
13
|
|
|
@@ -481,7 +481,7 @@ Rate limits and monthly quotas are enforced by the API server and vary by plan.
|
|
|
481
481
|
|
|
482
482
|
## Related Packages
|
|
483
483
|
|
|
484
|
-
### [`@quikturn/logos-react`](
|
|
484
|
+
### [`@quikturn/logos-react`](https://www.npmjs.com/package/@quikturn/logos-react)
|
|
485
485
|
|
|
486
486
|
Ready-made React components for displaying Quikturn logos. Includes an infinite scrolling carousel, responsive grid, single logo image, context provider for token propagation, and a `useLogoUrl()` hook. Zero CSS dependencies -- inline styles only.
|
|
487
487
|
|