LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills with input: component props

Browse skills that use this input.

  • motion-animation-patterns - Motion Animation Patterns for React
    motionframer-motionanimationreact

    ★ 602 · Updated 2026-06-30

    Implement Framer Motion animations with preset patterns in React applications

    ⚙ add page transitions⚙ implement modal animations⚙ create staggered list animations
  • react-dev - Type-safe React Development
    ReactTypeScriptComponentsHooks

    ★ 1 · Updated 2026-06-30

    Build type-safe React components with TypeScript, handle events, use React 19 features, and implement server components

    ⚙ build typed components⚙ implement generic components⚙ type event handlers
  • gamut-testing - Gamut React Component Testing
    unit testingReact componentsRTLGamut

    ★ 90 · Updated 2026-06-30

    Write unit tests for React components using Gamut testing patterns

    ⚙ write unit tests⚙ setup RTL render⚙ create test harness
  • components - Vue Components
    vuecomponentssingle-file componentsfrontend development

    ★ 197 · Updated 2026-05-11

    Build reusable UI modules with markup, logic, and styles as the foundational building blocks of Vue applications.

    ⚙ create single-file components⚙ define reactive state⚙ pass data via props
  • lithent - Lithent Agent Skills
    virtual DOMstate managementJSXcomponent framework

    ★ 48 · Updated 2026-05-09

    AI agent skills for working with the Lithent library

    ⚙ create components⚙ manage state⚙ create computed values
  • component-patterns - React Component Patterns
    reactcomponentshooksfrontend

    ★ 0 · Updated 2026-03-22

    React component patterns for reusable, maintainable code

    ⚙ create compound components⚙ write custom hooks⚙ implement render props
  • component-patterns - React Component Patterns
    Reactcomponent patternsfrontendcustom hooks

    ★ 81 · Updated 2026-03-22

    Implement React component patterns including compound components, custom hooks, render props, and polymorphic components

    ⚙ create compound components⚙ implement custom hooks⚙ apply render props
  • rerender-memo - Extract Expensive React Components into Memoized Components
    Reactperformanceoptimizationmemoization

    ★ 602 · Updated 2026-02-12

    Extract expensive computations into React.memo components to avoid unnecessary re-renders

    ⚙ extract components with React.memo⚙ wrap expensive computations in memo⚙ skip computations on unchanged props