📖 Cvians UI - Documentation Index
Welcome to the complete documentation for Cvians UI Components - a modern React/Preact component library with Excel-like functionality.
# Install CLI globally
npm install -g @codvista/cvians-cli
# Install core components
npm install @codvista/cvians-excel-table
import { ExcelTable } from '@codvista/cvians-excel-table' ;
const data = [
{ name : 'John' , age : 30 , city : 'New York' } ,
{ name : 'Jane' , age : 25 , city : 'San Francisco' }
] ;
export default function App ( ) {
return < ExcelTable data = { data } /> ;
}
📚 Documentation Structure
Document
Description
Link
Main README
Project overview, installation, quick start
README.md
Setup Guide
Complete project setup instructions
SETUP_SUMMARY.md
Contributing
Guidelines for contributors
CONTRIBUTING.md
Component
Description
Link
Excel Table
Main table component with filtering/sorting
Core README
CLI Tool
Command-line installation tool
CLI README
Resource
Description
Link
Examples Overview
All usage examples and demos
Examples README
Basic Usage
TypeScript examples with different data types
basic-usage.tsx
🚀 Development & Publishing
Install : npm install @codvista/cvians-excel-table
Learn : Check Examples
Implement : Use Core README
Support : See Troubleshooting
Setup : Follow Setup Guide
Contribute : Read Contributing Guidelines
Publish : Use Publishing Guide
Develop : Check Main README development section
Install : npm install -g @codvista/cvians-cli
Initialize : cvians init
Add Components : cvians add excel-table
Help : cvians --help
Component
Status
Features
Package
ExcelTable
✅ Released
Filtering, Sorting, Type-aware
@codvista/cvians-excel-table
CLI Tool
✅ Released
Component installation, Project init
@codvista/cvians-cli
Core : v0.2.0
CLI : v0.2.0
Status : 🟢 Stable & Published
📖 Documentation : Start with this index
💡 Examples : Check examples directory
🐛 Issues : Report on GitHub
💬 Discussions : GitHub Discussions
Built with ❤️ by Taha Kazmi