Awesome Cursor Rules Collection
Filter by:
Showing 2365-2376 of 2626 matches
TypeScript
For all designs I ask you to make, have them be beautiful, not cookie cutter. Make webpages that are fully featured and worthy for production.
By default, this template supports JSX syntax with Tailwind CSS classes, the shadcn/ui library, React hooks, and Lucide React for icons. Do not install other packages for UI themes, icons, etc unless absolutely necessary or I request them.
Use icons from lucide-react for logos.
css
golang
html
javascript
less
react
shadcn/ui
tailwindcss
+1 more
First seen in:
Used in 1 repository
TypeScript
- use types instead of interface as much as possible
- ensure proper type safe codes only limiting the use of any type.
- check for types. if not available then create types in types/database.ts which already exists and then refer it from there.
- if you make any changes which might affect any dependent component, make changes and retrofit it in that component as well.
- always make complete code changes, dont just give placeholder or dummies.
css
javascript
typescript
First seen in:
Used in 1 repository
TypeScript
Jupyter Notebook
# Environment management
- don't use 'uv pip install ...' use 'uv add ...'
jupyter notebook
python
First seen in:
Used in 1 repository
Jupyter Notebook