mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
feat: add Starter template menu in homepage (#884)
* added icons and component * updated unocss to add dynamic icons * removed temp logs * updated readme
This commit is contained in:
8
app/types/template.ts
Normal file
8
app/types/template.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface Template {
|
||||
name: string;
|
||||
label: string;
|
||||
description: string;
|
||||
githubRepo: string;
|
||||
tags?: string[];
|
||||
icon?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user