Skip to content

Commit

Permalink
feat: Add Svelte framework (mingrammer#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
valdirmendesdev authored and ajmaradiaga committed Nov 8, 2023
1 parent 6393cc4 commit fe9581f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/programming/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ class Starlette(_Framework):
_icon = "starlette.png"


class Svelte(_Framework):
_icon = "svelte.png"


class Vue(_Framework):
_icon = "vue.png"

Expand Down
3 changes: 3 additions & 0 deletions docs/nodes/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ Node classes list of programming provider.
<img width="30" src="/img/resources/programming/framework/starlette.png" alt="Starlette" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Starlette**

<img width="30" src="/img/resources/programming/framework/svelte.png" alt="Svelte" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Svelte**

<img width="30" src="/img/resources/programming/framework/vue.png" alt="Vue" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Vue**

Expand Down
Binary file added resources/programming/framework/svelte.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe9581f

Please sign in to comment.