bytekit 0.2.5 β 0.2.6
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
|
@@ -289,7 +289,7 @@ function Users() {
|
|
|
289
289
|
}
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
**[π Full React Guide](./docs/examples/react.md)** β’ **[π» Working Example](./examples/react-app)**
|
|
292
|
+
**[π Full React Guide](./docs/examples/react.md)** β’ **[π» Working Example](./examples/react-app)** β’ **[π Try on CodeSandbox](https://codesandbox.io/p/devbox/bytekit-react-example-gr2k2j)**
|
|
293
293
|
|
|
294
294
|
#### Vue 3
|
|
295
295
|
|
|
@@ -311,7 +311,7 @@ onMounted(async () => {
|
|
|
311
311
|
</template>
|
|
312
312
|
```
|
|
313
313
|
|
|
314
|
-
**[π Full Vue Guide](./docs/examples/vue.md)** β’ **[π» Working Example](./examples/vue-app)**
|
|
314
|
+
**[π Full Vue Guide](./docs/examples/vue.md)** β’ **[π» Working Example](./examples/vue-app)** β’ **[π Try on CodeSandbox](https://codesandbox.io/p/devbox/df26fs)**
|
|
315
315
|
|
|
316
316
|
#### Svelte
|
|
317
317
|
|
|
@@ -333,7 +333,7 @@ onMounted(async () => {
|
|
|
333
333
|
{/each}
|
|
334
334
|
```
|
|
335
335
|
|
|
336
|
-
**[π Full Svelte Guide](./docs/examples/svelte.md)** β’ **[π» Working Example](./examples/svelte-app)**
|
|
336
|
+
**[π Full Svelte Guide](./docs/examples/svelte.md)** β’ **[π» Working Example](./examples/svelte-app)** β’ **[π Try on CodeSandbox](https://codesandbox.io/p/devbox/lxvghg)**
|
|
337
337
|
|
|
338
338
|
### π Try the Examples / ProbΓ‘ los Ejemplos
|
|
339
339
|
|