The most amazing literal layout framework to manage micro frontends never created.
Be ready for the most amazing framework to create progressively ambitious and brilliant web and mobile applications and rich UIs.
Be the best.
Copy & Paste
Example:
Ctrl+c and Ctr+v
import { el, r} from './el.mjs'
var body = el('div', {}, 'Hello world')
var layout = el('MyLayout', {id: 'layout'}, body)
console.log(r(layout))
import { el, r} from './el.mjs'
var body = el('main', {style:"color:blue"}, 'Hello world<br>')
var lis = (item) => el('item', {}, `<li>${item}</li>`)
var text = el('text', {}, `<ul>${["item1", "item2", "item3"].map((item)=>lis(item)).join('')}</ul>`)
var footer = el('footer', {}, 'Amazing!')
var page = el('my-app', {id: 'app'}, body, text, footer)
console.log(r(page))
- Javascript - Tiny library to do things.
- Javi Santos - Developer Superstar
This project is licensed under the MIT License - see the LICENSE.md file for details
Was fun, at least the name is pretty cool...