diff --git a/docs/src/guide/getting-started.md b/docs/src/guide/getting-started.md index d9e28442..54197206 100644 --- a/docs/src/guide/getting-started.md +++ b/docs/src/guide/getting-started.md @@ -1,3 +1,8 @@ + + # Kickstart Your Journey with Vue Flow! This guide covers the basics of setting up and using Vue Flow. You'll learn how to install Vue Flow, configure it, and @@ -50,33 +55,80 @@ Refer to the [Theming](/guide/theming) section for additional information. Here's a simple Vue Flow example to get you started: -```vue +::: code-group + +```vue [] ``` +```vue [] + + + + + +``` + +::: + ## TypeScript As Vue Flow is entirely written in TypeScript, we highly recommend utilizing TypeScript for improved developer diff --git a/docs/src/guide/theming.md b/docs/src/guide/theming.md index 434b9854..4a50719e 100644 --- a/docs/src/guide/theming.md +++ b/docs/src/guide/theming.md @@ -77,7 +77,7 @@ Here's how you can use CSS classes to add a pop of color or alter the font style padding: 8px; } -s + ### Using CSS Properties You can also directly pass a style or class attribute to Vue Flow components and nodes/edges.