initial upload
This commit is contained in:
parent
987c99d00b
commit
bb6c0147db
44 changed files with 1884 additions and 131 deletions
11
assets/widgets.jumbotron.js
Normal file
11
assets/widgets.jumbotron.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
let jumbotron = Vue.defineComponent('tailwind-jumbotron',
|
||||
{
|
||||
props: {
|
||||
title: String,
|
||||
text: String
|
||||
},
|
||||
template: '#template-jumbotron'
|
||||
});
|
||||
|
||||
// customElements.define('tailwind-jumbotron', jumbotron)
|
||||
Loading…
Add table
Add a link
Reference in a new issue