📋
Copy & Paste
Not a dependency. Components are copied directly into your project, giving you full ownership and control.
🎯
kintone Native
Built specifically for kintone. Uses official CSS classes and follows platform guidelines perfectly.
📘
TypeScript Ready
Full TypeScript support with type definitions for kintone APIs and component configurations.
📦
Zero Dependencies
Self-contained components wrapped in IIFE. No npm packages or build tools required in production.
✅
Production Tested
Components are tested in real kintone environments with various app configurations and data volumes.
🎨
Customizable
Since you own the code, customize components to match your exact requirements and branding.
Quick Start
# Initialize a new project
pnpm dlx k5e-cn@latest init
# Add components
pnpm dlx k5e-cn@latest add table-filter form-validator
# Start development
pnpm dev