export const leftRibbonsData = [
{
text: "Use the class of ",
code: ".ribbon-*",
},
{
text: "[ribbon-space-bottom/ribbon-clip/ribbon-vertical-left/ribbon-bookmark/ribbon-clip-bottom/ribbon-vertical-left] through create ribbons and all ribbon colors are available.",
code: "[.ribbon-*]",
},
];
const LoveIcon = () => {
return ;
};
const GiftIcon = () => {
return ;
};
export const leftRibbonsDataList = [
{
className: "ribbon-wrapper bg-light-secondary ",
ribbonClass: "ribbon-secondary ribbon-clip",
title: "SAVE 50%",
span: [
{
text: "The ",
spanText: "ribbon and tag",
},
{
text: " frequently appear together because they have similar features that capture attention and make wonderful spaces for vital information.",
},
],
},
{
className:
"ribbon-vertical-left-wrapper vertical-lp-space bg-light-warning",
ribbonClass: "ribbon-warning ribbon-vertical-left",
icon: "Ticket-star",
iconClass:"ticket-star-icon",
span: [
{
text: "The ",
spanText: "ribbons",
},
{
text: " have also been utilised by certain inventive developers in the menu and navigation choices.The possibilities are endless when it comes to creativity.",
},
],
},
{
className: "ribbon-wrapper bg-light-info",
ribbonClass: "ribbon-info ribbon-bookmark",
title: "Cashback 20%",
span: [
{
text: "Although the majority of the ",
spanText: "ribbon components",
},
{
text: " on this list have static, straightforward styles, we have also gathered dynamic ribbons.",
},
],
},
{
className: "ribbon-wrapper-bottom clip-bp-space bg-light-dark",
ribbonClass: " ribbon-dark ribbon-clip-bottom",
title: "40% OFF",
span: [
{
text: "Edge ",
spanText: "ribbon ",
},
{
text: "among the most often used ",
spanText: "ribbon styles is CSS.",
},
{
text: " This design's author provides you with a short piece of code that has room for several optional components and effects.",
},
],
},
{
className: "ribbon-vertical-left-wrapper vertical-lp-space bg-light-danger",
ribbonClass: "ribbon-bookmark ribbon-vertical-left ribbon-danger",
icon: "Bell",
iconClass:"bell-icon",
span: [
{
text: "The entire ribbon and other components seem clean since they were created entirely with CSS. You may utilize the ",
spanText: "ribbons",
},
{
text: " as cards to deliver the material.",
},
],
},
];
export const rightRibbonData = [
{
text: "Use the class of ",
code: ".ribbon-*",
},
{
text: "[ribbon-right/ribbon-clip-right/ribbon-vertical-right/ribbon-bookmark/ribbon-clip-bottom-right/ribbon-vertical-right] through create ribbons and all ribbon colors are available.",
code: "[.ribbon-*]",
},
];
const SignalIcon = () => {
return ;
};
const TaxiIcon = () => {
return ;
};
export const rightRibbonDataList = [
{
className: "ribbon-wrapper-right bg-light-primary",
ribbonClass: "ribbon-primary ribbon-clip-right ribbon-right",
title: "SAVE 50%",
span: [
{
text: "Since very early times, ",
spanText: "ribbon designs",
},
{
text: " have been a part of web design. There is a design for you in this collection, regardless of whether you use ",
spanText: "CSS ribbons ",
},
{
text: " to identify your items.",
},
],
},
{
className: "ribbon-wrapper ribbon-vertical-right-wrapper vertical-rp-space solid-border border-1 h-100 bg-light-secondaryribbon-vertical-right-wrapper vertical-rp-space bg-light-secondary",
ribbonClass: "ribbon-bookmark ribbon-vertical-right ribbon-secondary",
icon: "Bag",
iconClass:"bag-icon",
span: [
{
text: "The entire ribbon and other components seem clean since they were created entirely with CSS. You may utilize the ",
spanText: "ribbons",
},
{
text: " as cards to deliver the material.",
},
],
},
{
className: "ribbon-wrapper bg-light-warning",
ribbonClass: "ribbon-warning ribbon-bookmark ribbon-right ",
title: "SAVE 20%",
span: [
{
text: "Edge ",
spanText: "ribbon ",
},
{
text: "among the most often used ",
spanText: "ribbon styles is CSS.",
},
{
text: " This design's author provides you with a short piece of code that has room for several optional components and effects.",
},
],
},
{
className: "ribbon-wrapper-bottom clip-bp-space bg-light-success",
ribbonClass: "ribbon-success ribbon-clip-bottom-right",
title: "Cashback 10%",
span: [
{
text: "Although the majority of the ",
spanText: "ribbon components",
},
{
text: " on this list have static, straightforward styles, we have also gathered dynamic ribbons.",
},
],
},
{
className:
"ribbon-wrapper ribbon-vertical-right-wrapper vertical-rp-space solid-border border-1 h-100 bg-light-danger",
ribbonClass: "ribbon-danger ribbon-vertical-right",
icon: "Star",
iconClass:"star-icon",
span: [
{
text: "The ",
spanText: "ribbons",
},
{
text: " have also been utilized by certain inventive developers in the menu and navigation choices. The possibilities are endless when it comes to creativity.",
},
],
},
];