initial upload

This commit is contained in:
Kai Waggeling 2025-05-17 16:20:29 +02:00
parent 987c99d00b
commit bb6c0147db
44 changed files with 1884 additions and 131 deletions

View file

@ -0,0 +1,11 @@
let jumbotron = Vue.defineComponent('tailwind-jumbotron',
{
props: {
title: String,
text: String
},
template: '#template-jumbotron'
});
// customElements.define('tailwind-jumbotron', jumbotron)