Skip to content

Commit

Permalink
feat: add SyntaxUI on components library (#130)
Browse files Browse the repository at this point in the history
* feat: add syntaxUI to library components

* feat: add Francocdev as contributor

---------

Co-authored-by: Noelia <noeliadonato@gmail.com>
  • Loading branch information
FrancocDev and nsdonato authored Jun 6, 2024
1 parent ed8dc7d commit 910d3cd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions db/frontend/components_library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const components_library: DocPage = {
{ github_username: 'pheralb' },
{ github_username: 'guguponce' },
{ github_username: 'eduWTR' },
{ github_username: 'Francocdev' },
],
pageItems: [
{
Expand Down Expand Up @@ -228,6 +229,18 @@ const components_library: DocPage = {
},
videos: [],
},
{
imgPlaceholder: 'SyntaxUI',
titleCard:
'Elementos de interfaz de usuario gratuitos diseñados para un desarrollo rápido.',
links: [{ type: LinkType.Web, url: 'https://syntaxui.com/' }],
cover: {
src: '/frontend/syntaxUI.svg',
height: 80,
width: 80,
},
videos: [],
},
],
}

Expand Down
5 changes: 5 additions & 0 deletions public/frontend/syntaxUI.svg
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 910d3cd

Please sign in to comment.