Back to list
InKCre

components

by InKCre

Design system and any other design stuff of InKCre

0🍴 0📅 Jan 16, 2026

SKILL.md


name: components description: Use @inkcre/web-design Vue 3 components. Includes all 22 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 21 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:

  • inkAutoForm - Component with props, events, and examples
  • inkButton - Component with props, events, and examples
  • inkDatetimePickerView - Component with props, events, and examples
  • inkDialog - Component with props, events, and examples
  • inkDoubleCheck - Component with props, events, and examples
  • inkDropdown - Component with props, events, and examples
  • inkField - Component with props, events, and examples
  • inkForm - Component with props, events, and examples
  • inkHeader - Component with props, events, and examples
  • inkImage - Component with props, events, and examples
  • inkInput - Component with props, events, and examples
  • inkJsonEditor - Component with props, events, and examples
  • inkLoading - Component with props, events, and examples
  • inkOverlay - Component with props, events, and examples
  • inkPagination - Component with props, events, and examples
  • inkPicker - Component with props, events, and examples
  • inkPlaceholder - Component with props, events, and examples
  • inkPopup - Component with props, events, and examples
  • inkScrim - Component with props, events, and examples
  • inkSwitch - Component with props, events, and examples
  • inkTextarea - Component with props, events, and examples
  • inkTooltip - Component with props, events, and examples

Score

Total Score

55/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon