Skip to content

Commit 910d3cd

Browse files
FrancocDevnsdonato
andauthored
feat: add SyntaxUI on components library (nsdonato#130)
* feat: add syntaxUI to library components * feat: add Francocdev as contributor --------- Co-authored-by: Noelia <[email protected]>
1 parent ed8dc7d commit 910d3cd

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

db/frontend/components_library.ts

+13
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const components_library: DocPage = {
1212
{ github_username: 'pheralb' },
1313
{ github_username: 'guguponce' },
1414
{ github_username: 'eduWTR' },
15+
{ github_username: 'Francocdev' },
1516
],
1617
pageItems: [
1718
{
@@ -228,6 +229,18 @@ const components_library: DocPage = {
228229
},
229230
videos: [],
230231
},
232+
{
233+
imgPlaceholder: 'SyntaxUI',
234+
titleCard:
235+
'Elementos de interfaz de usuario gratuitos diseñados para un desarrollo rápido.',
236+
links: [{ type: LinkType.Web, url: 'https://syntaxui.com/' }],
237+
cover: {
238+
src: '/frontend/syntaxUI.svg',
239+
height: 80,
240+
width: 80,
241+
},
242+
videos: [],
243+
},
231244
],
232245
}
233246

public/frontend/syntaxUI.svg

+5
Loading

0 commit comments

Comments
 (0)