jabb-astro-components
Version:
UI Components for web development
59 lines (57 loc) • 1.77 kB
text/typescript
const col1: Scope.Scope1 = {
title: "title",
scope: [
{
title: "Title",
text: "Esto es un texto que tiene varias palabras. Este es el segundo parrafo del texto",
img: "/loading.gif",
alt: "img",
className: "bg-blue-500",
button: {
name: "button",
href: "#",
ariaLabel: "aria label",
rel: "tag",
id: "id",
className: "mt-8",
type: "button",
target: "_self",
},
},
{
title: "Title",
text: "Esto es un texto que tiene varias palabras. Este es el segundo parrafo del texto",
img: "/loading.gif",
alt: "img",
className: "bg-blue-500",
button: {
name: "button",
href: "#",
ariaLabel: "aria label",
rel: "tag",
id: "id",
className: "mt-8",
type: "button",
target: "_self",
},
},
{
title: "Title",
text: "Esto es un texto que tiene varias palabras. Este es el segundo parrafo del texto",
img: "/loading.gif",
alt: "img",
className: "bg-blue-500",
button: {
name: "button",
href: "#",
ariaLabel: "aria label",
rel: "tag",
id: "id",
className: "mt-8",
type: "button",
target: "_self",
},
},
],
};
export default { col1 };