Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added magicui #863

Merged
merged 4 commits into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions frontend/src/DB/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -2982,13 +2982,21 @@
},
{


"productName":"Magic UI",
"category":"UI",
"image":"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQLjFCT2jJ2xX3MZyVj3NsM_i8cUuZT_IS0pQ&s",
"link":"https://magicui.design/",
"description":"UI Library for Design Engineers. Animated components and effects you can add to your projects. Free. Open Source."

"productName":"React Boostrap",
"category":"UI",
"image":"https://avatars.githubusercontent.com/u/6853419?s=200&v=4",
"link":"https://react-bootstrap.netlify.app/",
"description":"React Bootstrap is also one of the most popular React UI libraries. Built on top of the popular Bootstrap framework,"



"productName":"Flexbox Froggy",
"category":"Web Development",
"link":"https://flexboxfroggy.com/",
Expand Down
Loading