بنقرة واحدة
shadcn-nextjs-setup
Reference on properly scaffolding the specific UI/UX constraints on a Next.js Shadcn layout.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Reference on properly scaffolding the specific UI/UX constraints on a Next.js Shadcn layout.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Playbook for adding a new HP calculator model faceplate to hellocalc — verified key data, derived keyboard geometry, family archetypes, MachineUnit/nameplate/topbar wiring, hotkeys, unit + e2e guards, and the hard-won layout traps (lcm subgrids, aspectClass overrides, cascade rules, trademark-safe branding).
Workflow for bridging Nerdamer symbolic CAS outputs into beautiful React KaTeX renders
Guidelines on implementing an RPN LIFO stack architecture utilizing React state and Math.js BigNumbers
| name | shadcn-nextjs-setup |
| description | Reference on properly scaffolding the specific UI/UX constraints on a Next.js Shadcn layout. |
When adding complex interface elements (like specialized buttons, scroll areas for history, or dialogs for equation management), leverage the existing shadcn/ui framework directly rather than rolling raw CSS-only components.
Always execute the npx configuration inside the project root (./) if adding components over bash:
npx shadcn@latest add [component-name]
If integrating these features, ensure your Tailwind configuration is properly synced with Next.js App Router rules.