From 7ead4f16d2b0a51ddab191b66d2b124d5761f8d9 Mon Sep 17 00:00:00 2001 From: Alex Risch Date: Wed, 14 Aug 2024 10:23:33 -0600 Subject: [PATCH] fix: Example Links Fixed links to full examples --- README.md | 94 +++++++++++++++++++++++++++---------------------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index c6f121bb..07cf0557 100644 --- a/README.md +++ b/README.md @@ -1066,7 +1066,7 @@ TBA
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample01.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample01.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -1123,7 +1123,7 @@ export function ContextMenuViewExample01(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample02.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample02.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -1189,7 +1189,7 @@ export function ContextMenuViewExample02(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample03.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample03.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -1269,7 +1269,7 @@ export function ContextMenuViewExample03(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample04.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample04.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -1347,7 +1347,7 @@ export function ContextMenuViewExample04(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample05.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample05.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -1407,7 +1407,7 @@ export function ContextMenuViewExample05(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample06.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample06.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -1467,7 +1467,7 @@ export function ContextMenuViewExample06(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample07.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample07.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -1530,7 +1530,7 @@ export function ContextMenuViewExample07(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample08.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample08.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -1584,7 +1584,7 @@ export function ContextMenuViewExample08(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample09.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample09.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -1651,7 +1651,7 @@ export function ContextMenuViewExample09(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample10.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample10.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -1718,7 +1718,7 @@ export function ContextMenuViewExample10(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample11.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample11.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -1776,7 +1776,7 @@ export function ContextMenuViewExample11(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample12.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample12.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -1836,7 +1836,7 @@ export function ContextMenuViewExample12(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample13.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample13.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -1891,7 +1891,7 @@ export function ContextMenuViewExample13(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample14.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample14.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -1934,7 +1934,7 @@ export function ContextMenuViewExample14(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample15.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample15.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -2004,7 +2004,7 @@ export function ContextMenuViewExample15(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample15_02.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample15_02.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -2059,7 +2059,7 @@ export function ContextMenuViewExample15_02(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample16.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample16.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -2115,7 +2115,7 @@ export function ContextMenuViewExample16(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample17.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample17.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -2201,7 +2201,7 @@ export function ContextMenuViewExample17(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample18.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample18.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -2290,7 +2290,7 @@ export function ContextMenuViewExample18(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample19.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample19.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -2363,7 +2363,7 @@ export function ContextMenuViewExample19(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample20.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample20.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -2467,7 +2467,7 @@ export function ContextMenuViewExample20(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample21.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample21.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -2518,7 +2518,7 @@ export function ContextMenuViewExample21(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample22.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample22.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -2569,7 +2569,7 @@ export function ContextMenuViewExample22(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample23.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample23.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -2653,7 +2653,7 @@ export function ContextMenuViewExample23(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample24.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample24.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -2731,7 +2731,7 @@ export function ContextMenuViewExample24(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample25.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample25.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -2885,7 +2885,7 @@ export function ContextMenuViewExample25(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample26.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample26.tsx) ```jsx @@ -2967,7 +2967,7 @@ export function ContextMenuViewExample26(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample27.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample27.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3080,7 +3080,7 @@ export function ContextMenuViewExample27(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExample28.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExample28.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3123,7 +3123,7 @@ export function ContextMenuViewExample28(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuAuxPreviewExample01.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuAuxPreviewExample01.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3176,7 +3176,7 @@ export function ContextMenuAuxPreviewExample01() {
-[🔗 Full Example](./example/srcexamples/ContextMenuAuxPreviewExample02.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuAuxPreviewExample02.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3231,7 +3231,7 @@ export function ContextMenuAuxPreviewExample02() {
-[🔗 Full Example](./example/srcexamples/ContextMenuAuxPreviewExample03.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuAuxPreviewExample03.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3278,7 +3278,7 @@ export function ContextMenuAuxPreviewExample03() {
-[🔗 Full Example](./example/srcexamples/ContextMenuAuxPreviewExample04.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuAuxPreviewExample04.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3325,7 +3325,7 @@ export function ContextMenuAuxPreviewExample04() {
-[🔗 Full Example](./example/srcexamples/ContextMenuAuxPreviewExample05.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuAuxPreviewExample05.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3374,7 +3374,7 @@ export function ContextMenuAuxPreviewExample05() {
-[🔗 Full Example](./example/srcexamples/ContextMenuAuxPreviewExample06.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuAuxPreviewExample06.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3425,7 +3425,7 @@ export function ContextMenuAuxPreviewExample06(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuAuxPreviewExample07.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuAuxPreviewExample07.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3484,7 +3484,7 @@ export function ContextMenuAuxPreviewExample07(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuAuxPreviewExample08.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuAuxPreviewExample08.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3529,7 +3529,7 @@ export function ContextMenuAuxPreviewExample08(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuAuxPreviewExample09.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuAuxPreviewExample09.tsx) ```jsx export function ContextMenuAuxPreviewExample09(props) { @@ -3575,7 +3575,7 @@ export function ContextMenuAuxPreviewExample09(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuAuxPreviewExample10.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuAuxPreviewExample10.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3623,7 +3623,7 @@ export function ContextMenuAuxPreviewExample10(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuAuxPreviewExample11.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuAuxPreviewExample11.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3670,7 +3670,7 @@ export function ContextMenuAuxPreviewExample11(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuAuxPreviewExample12.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuAuxPreviewExample12.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3721,7 +3721,7 @@ export function ContextMenuAuxPreviewExample12(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuAuxPreviewExample13.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuAuxPreviewExample13.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3764,7 +3764,7 @@ export function ContextMenuAuxPreviewExample13(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuAuxPreviewExample14.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuAuxPreviewExample14.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3809,7 +3809,7 @@ export function ContextMenuAuxPreviewExample14(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuAuxPreviewExample15.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuAuxPreviewExample15.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3883,7 +3883,7 @@ export function ContextMenuAuxPreviewExample15(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuViewExampleXX.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuViewExampleXX.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3941,7 +3941,7 @@ export function ContextMenuAuxPreviewExample16(props) {
-[🔗 Full Example](./example/srcexamples/ContextMenuButtonExample01.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuButtonExample01.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted... @@ -3995,7 +3995,7 @@ export function ContextMenuButtonExample01() {
-[🔗 Full Example](./example/srcexamples/ContextMenuButtonExample02.tsx) +[🔗 Full Example](./example/src/examples/ContextMenuButtonExample02.tsx) ```jsx // 📝 Note: for the sake of brevity, some of the code is omitted...