Skip to content
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
7 changes: 7 additions & 0 deletions resources/r.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ export const resources: Resource[] = [
categories: ['Library', 'Programming', 'UI'],
url: 'https://react-bootstrap.github.io/',
},
{
name: 'React Bits',
description: 'A large collection of animated React components made to spice up your web creations. Animations, components, backgrounds, and awesome stuff with customization options as props.',
categories: ['Library', 'Programming', 'UI', 'Animation'],
url: 'https://reactbits.dev/',
keywords: ['react', 'components', 'animated', 'backgrounds', 'customizable', 'free', 'props'],
},
{
name: 'React Cheatsheet',
description: 'Quick Cheatsheet for Faster Development',
Expand Down