#Contributing to cliux
Thanks for your interest in contributing!
##Getting Started
1.Clone the repo and run examples in `/examples`2. Use `cargo test` to run unit tests
3. Use `cargo doc --open` to preview documentation
##Suggestions Welcome
Feel free to open issues for:
-New components (e.g. Label, Table)
- Styling features (e.g. color support)
- Layout improvements or edge cases
##Code Style
-Use idiomatic Rust
- Document public APIs with `///` comments
- Keep components focused and composable
Pull requests are welcome!