Toolverse
All skills

mui

by davila7

Material-UI v7 component library patterns including sx prop styling, theme integration, responsive design, and MUI-specific hooks. Use when working with MUI components, styling with sx prop, theme customization, or MUI utilities.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
davila7
Category
Frontend
Views
21

About this skill

Material-UI v7 component library patterns including sx prop styling, theme integration, responsive design, and MUI-specific hooks. Use when working with MUI components, styling with sx prop, theme customization, or MUI utilities.

How to use

  1. Zainstaluj skill w swoim projekcie Claude/Codex — dodaj repozytorium davila7/claude-code-templates do ścieżki umiejętności development/mui.
  2. Zaimportuj komponenty MUI i typy SxProps z pakietu @mui/material — unikaj deep imports, które nie działają w v7, korzystaj z package exports.
  3. Zdefiniuj obiekty stylów na górze komponentu, używając Record<string, SxProps> — grupuj style logicznie (container, header, button itp.).
  4. Zastosuj style do komponentów poprzez prop sx={styles.nazwaStyleu} — sx prop obsługuje wszystkie właściwości CSS oraz responsywne breakpointy MUI.
  5. Dla responsywnego designu używaj breakpointów MUI w sx — przykład: { display: 'flex', flexDirection: { xs: 'column', md: 'row' } } dla mobilnych i desktopowych widoków.
  6. Jeśli dostosowujesz temat, pamiętaj o nowych wzorcach v7 — wszystkie komponenty używają standardowego systemu slots i slotProps zamiast starszych podejść z v6.

Related skills

shadcn-ui-setup

by maneeshanif

Install and configure Shadcn/ui component library with Radix UI primitives, Aceternity UI effects, set up components, and manage the component registry. Use when adding Shadcn/ui to a Next.js project or installing specific UI components for Phase 2.

Frontend
23167

svg-precision

by dkyazzentwatwa

Deterministic SVG generation, validation, and rendering. Use for icons, diagrams, charts, UI mockups, or technical drawings requiring structural correctness and cross-viewer compatibility.

Frontend
233466

dev-browser

by SawyerHood

Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include \

Frontend
38151

browser-use

by browser-use

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.

Frontend
23107

interactive-dashboard-builder

by anthropics

Build self-contained interactive HTML dashboards with Chart.js, dropdown filters, and professional styling. Use when creating dashboards, building interactive reports, or generating shareable HTML files with charts and filters that work without a server.

Frontend
2298

google-official-seo-guide

by littleben

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

Frontend
101196