A shadcn/ui-inspired component library for kintone customization.
- 📋 Copy & Paste: No npm install required - components are copied directly into your project
- 🎯 Full Control: You own the code with complete customization freedom
- 🔧 kintone-First: Built specifically for kintone platform following official guidelines
- 📦 Zero Dependencies: Self-contained components that just work
- 🎨 Official Styling: Uses kintone's official CSS classes
# Initialize a new project
pnpm dlx k5e-cn@latest init
# Add a component
pnpm dlx k5e-cn@latest add table-filter
# List all available components
pnpm dlx k5e-cn@latest listVisit our documentation site for detailed guides and component examples.
- table-filter - Advanced filtering for record lists
- form-validator - Form validation with custom rules
- conditional-fields - Show/hide fields based on conditions
- bulk-update - Bulk record updates UI
- export-enhanced - Enhanced CSV/Excel export
# Install dependencies
pnpm install
# Run development server
pnpm dev
# Build all packages
pnpm build
# Run linting
pnpm lintWe welcome contributions! Please see our Contributing Guide for details.
MIT © k5e-cn contributors