Claude Code Plugins

Community-maintained marketplace

Feedback

components

@InKCre/design
0
0

Use @inkcre/web-design Vue 3 components. Includes all 19 components with props, events, and usage examples.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name components
description Use @inkcre/web-design Vue 3 components. Includes all 19 components with props, events, and usage examples.

@inkcre/web-design Components

Use this skill when working with the @inkcre/web-design Vue 3 component library.

Overview

@inkcre/web-design provides 19 UI components for Vue 3 applications:

Installation

npm install @inkcre/web-design
# or
pnpm add @inkcre/web-design

Setup

// main.ts
import { createApp } from 'vue'
import InKCreWebDesign from '@inkcre/web-design'
import "@inkcre/web-design/styles"

const app = createApp(App)
app.use(InKCreWebDesign)

Component References

Each component has detailed documentation in the references/ directory: