uc-controls
v1.0.2
Published
Reusable UI controls for UC-based Electron applications
Readme
:Shree Ganeshay Namah:
🎨 uc-controls
A public collection of reusable UI controls for UC-based Electron applications.
uc-controls provides modular, lightweight, and extensible controls designed to work seamlessly with:
- uc-runtime
- uc-dev
It helps you build consistent and scalable desktop UI faster.
📦 Installation
npm install uc-controls
📦 List Of Controls Currently
WinFrame
x-from : uc-controls/WinFrame.uc.html
detail : use as draggable window frame syntex :
<WinFrame x-name="WinFrame1" x-from="uc-controls/WinFrame.uc.html"><!-- here is ui components that will be wrapped in window --></WinFrame>this is the initial project only one usercontrol is made which is work as frame for Usercontrol.
your contribution to this project is appriciated.
🧩 What is uc-controls?
uc-controls is:
- A collection of ready-to-use UI controls
- Built for UC architecture
- Compatible with Electron projects
- Designed for modular applications
- Public and open for community usage
It focuses on:
- Reusability
- Clean structure
- Consistency
- Extensibility
🏗 Designed To Work With
- uc-dev (CLI project builder)
- uc-runtime (Core runtime engine)
- Electron desktop applications
🧠 Philosophy
The goal of uc-controls is to:
- Keep UI components modular
- Avoid framework bloat
- Stay lightweight
- Provide consistent API patterns
- Allow developers to build custom controls on top
🤝 Contributing
Contributions are welcome.
You can:
- Suggest new controls
- Improve existing ones
- Optimize performance
- Enhance documentation
📜 License
ISC
Happy building 🚀
