Skip to content

Commit

Permalink
Merge pull request #68 from AgustinGomezDev/AgustinGomezDev
Browse files Browse the repository at this point in the history
✨ add Hypercolor and React Hot Toast
  • Loading branch information
cosmoart authored Oct 4, 2024
2 parents 381055a + 428e6d9 commit 0e9054b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source-web/src/assets/db/colors.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,5 +301,15 @@
"tags": ["Generator", "Preview"],
"license": "Apache V2.0",
"licenseLink": "https://github.com/material-foundation/material-theme-builder/blob/main/LICENSE"
},
{
"id": 41,
"order": 80,
"name": "Hypercolor",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/colors/hypercolor",
"link": "https://hypercolor.dev/",
"tags": ["Generator", "Gradients", "Tailwind"],
"license": "MIT",
"licenseLink": "https://github.com/jordihales/hypercolor/blob/main/LICENSE"
}
]
10 changes: 10 additions & 0 deletions source-web/src/assets/db/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -644,5 +644,15 @@
"link": "https://www.creative-tim.com/twcomponents",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/components/twcomponentsqwd",
"tags": ["Tailwind", "HTML"]
},
{
"id": 71,
"order": 38,
"name": "React Hot Toast",
"link": "https://react-hot-toast.com/",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/components/react-hot-toast",
"tags": ["React", "Toast"],
"license": "MIT",
"licenseLink": "https://github.com/timolins/react-hot-toast/blob/main/LICENSE"
}
]

0 comments on commit 0e9054b

Please sign in to comment.