hdrdevs / cedro

Javascript library to build user interfece based on widgets.
MIT License
1 stars 0 forks source link

Cedro

cedro

Javascript library to build user interfece based on widgets.

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/hdrdevs/cedro/blob/HEAD/LICENSE) [![npm latest package](https://img.shields.io/npm/v/cedro)](https://www.npmjs.com/package/cedro) [![npm downloads](https://img.shields.io/npm/dm/cedro)](https://www.npmjs.com/package/cedro)

Cedro Demo

We have created a live demo of Cedro on CodeSandbox for you to explore its capabilities. This template provides a hands-on experience, allowing you to see Cedro in action and experiment with it in real-time.

Check out the Cedro Demo on CodeSandbox

Feel free to fork the template and customize it to suit your needs. This is a great way to start learning how to build complex user interfaces with Cedro.

Documentation

Visit https://cedro.hdrdevs.com.ar to view the full documentation.

Getting Started

Install Vite project template from command line

npm install -g degit
npx degit hdrdevs/vite-cedro#main my-app-name
cd my-app-name
npm install
npm run dev

License

This project is licensed under the terms of the MIT license.