@queelabs/ui 0.0.1 → 0.0.2
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
**React primitives** for **payment-required**, **receipt**, **settlement**, and **checkout shell** UI on top of **`@queelabs/sdk`** or direct **`/v1`** calls. The **bridge** pattern (wallet/card slots) keeps your app in charge of **wagmi**, **Stripe Elements**, etc., while Quee stays **headless**.
|
|
4
4
|
|
|
5
|
+
**Quee:** [https://quee.one](https://quee.one)
|
|
6
|
+
|
|
5
7
|
Layout follows a **shadcn-style** mental model: **`lib/`** for shared utilities and types, **`components/`** for one file per primitive (kebab-case filenames), and a single barrel export from **`@queelabs/ui`**.
|
|
6
8
|
|
|
7
9
|
## Package layout
|