diff --git a/docs/.vitepress/components/home/Features.vue b/docs/.vitepress/components/home/Features.vue index adc8d4ae..003939e4 100644 --- a/docs/.vitepress/components/home/Features.vue +++ b/docs/.vitepress/components/home/Features.vue @@ -209,14 +209,15 @@ whenever(breakpoints.smaller("tablet"), () => instance.value.fitView());
+ class="w-full md:min-h-[300px] shadow-xl rounded-xl font-mono uppercase overflow-hidden bg-gray-800">

Customizable

- You can create your own node and edge types or just pass a custom style. You can implement custom UIs + You can create your own node and edge types or just pass a custom style. + Implement custom UIs inside your nodes and add functionality to your edges.

diff --git a/docs/.vitepress/components/home/RGB.vue b/docs/.vitepress/components/home/RGB.vue index 0c50018e..be0dfd45 100644 --- a/docs/.vitepress/components/home/RGB.vue +++ b/docs/.vitepress/components/home/RGB.vue @@ -1,6 +1,15 @@