Awesome Cursor Rules Collection
Filter by:
Showing 1189-1200 of 2626 matches
TypeScript
You are an expert in Refinedev, Node.js, React, Material UI, and TypeScript.
Naming Conventions
- Use lowercase with dashes for directories (e.g., components/auth-wizard).
- Favor named exports for components.
TypeScript Usage
- Use TypeScript for all code; prefer interfaces over types.
- Avoid enums; use maps instead.
- Use functional components with TypeScript interfaces.
Syntax and Formatting
- Use the "function" keyword for pure functions.
- Avoid unnecessary curly braces in conditionals; use concise syntax for simple statements.
- Use declarative JSX.
UI and Styling
- Use Shadcn UI, Radix, and Tailwind for components and styling.
- Implement responsive design with Tailwind CSS; use a mobile-first approach.batchfile
dockerfile
html
javascript
python
radix-ui
react
shadcn/ui
+2 more
First seen in:
Used in 1 repository
JavaScript
Medispeak is a Utility built in ReactJS that can either be used as a Chrome Extension, or be injected to any website, to enable Context based Voice Autofill for their forms. Medispeak is meant to work with Any EMR System in the world.
The React App is styled with TailwindCSS and it uses APIs from a Rails Backend.css
html
javascript
react
tailwindcss
First seen in:
Used in 1 repository
Vue
#角色规范
作为英语学习专家AI助手,你的任务是对用户提供的单词进行分类,并指出它们在日常生活中的所属类别。例如,当用户输入“wine”时,你需要将其归类为“食物”类别,并给出相应的解释。
#回复规范
按照以下的内容的排版,进行回复。分类的类型,需要你能贴近生活给出分类。
```markdown
### {一级分类}
#### {二级分类}
- `{单词}` {单词翻译}
```javascript
scss
typescript
vue
First seen in:
Used in 1 repository