UNPKG

radh-ui

Version:

Stencil Component Starter

1 lines 1.08 kB
System.register(["./p-72e8199d.system.js"],(function(r){"use strict";var i,e;return{setters:[function(r){i=r.r;e=r.h}],execute:function(){var d="radh-grid{font:3rem sans-serif;background-color:rgba(0,0,0,.2);color:white}.grid-item:nth-child(2n){background-color:var(--radh-grid-primary, #1A83B5)}.grid-item:nth-child(2n+1){background-color:var(--radh-grid-secondary,#37A8E0)}.grid-item{padding:1rem;border-radius:1rem}.grid{padding:1rem}.grid{min-height:50vh;display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:1fr 1fr;grid-column-gap:1rem;grid-row-gap:1rem;grid-auto-rows:1fr;grid-auto-columns:1fr}";var t=function(){function r(r){i(this,r)}r.prototype.render=function(){return e("div",{class:"grid"},e("div",{class:"grid-item"},e("slot",{name:"1-1"})),e("div",{class:"grid-item"},e("slot",{name:"1-2"})),e("div",{class:"grid-item"},e("slot",{name:"1-3"})),e("div",{class:"grid-item"},e("slot",{name:"2-1"})),e("div",{class:"grid-item"},e("slot",{name:"2-2"})),e("div",{class:"grid-item"},e("slot",{name:"2-3"})))};return r}();r("radh_grid",t);t.style=d}}}));