Skip to content

Commit

Permalink
✨ add resources
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmoart committed Sep 8, 2024
1 parent e9ee9ec commit e45d5e5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check broken links
on:
workflow_dispatch:
schedule:
- cron: "00 18 */4 * *"
- cron: "00 18 */7 * *"

jobs:
generate_md_file:
Expand Down
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 @@ -626,5 +626,15 @@
"tags": ["Tailwind", "React", "Typescript", "Framer"],
"license": "MIT",
"licenseLink": "https://github.com/karthikmudunuri/eldoraui/blob/main/LICENSE"
},
{
"id": 69,
"order": 87,
"name": "Justd",
"link": "https://getjustd.com/",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/components/getjustd",
"tags": ["Tailwind", "React", "Accessible", "Aria"],
"license": "MIT",
"licenseLink": "https://github.com/justdlabs/justd/blob/main/LICENSE"
}
]
10 changes: 9 additions & 1 deletion source-web/src/assets/db/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,13 +309,21 @@
"licenseLink": "https://github.com/DavidHDev/react-haiku/blob/main/LICENSE.md"
},
{
"id": 33,
"id": 34,
"order": 60,
"name": "COBE",
"link": "https://cobe.vercel.app/",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/libraries/cobe",
"tags": ["WebGL globe"],
"license": "MIT",
"licenseLink": "https://github.com/shuding/cobe/blob/main/LICENSE"
},
{
"id": 35,
"order": 78,
"name": "MotionNumber for Framer Motion",
"link": "https://motion-number.barvian.me/",
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/libraries/motion-number",
"tags": ["Transition, format, and localize numbers"]
}
]

0 comments on commit e45d5e5

Please sign in to comment.