UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

2 lines (1 loc) 582 B
import{jsxs as r,jsx as e}from"react/jsx-runtime";import{BothubAppBannerStyled as i,BothubAppBannerBackgroundGradient as t,BothubAppBannerBackgroundShadow as n,BothubAppBannerBackgroundImage as c,BothubAppBannerContainer as d,BothubAppBannerImage as l,BothubAppBannerContent as o,BothubAppBannerTitle as h,BothubAppBannerDescription as m}from"./styled.js";import"./mini/styled.js";const s=({title:s,description:p,href:f})=>r(i,{href:f,children:[e(t,{}),e(n,{}),e(c,{}),r(d,{children:[e(l,{}),r(o,{children:[e(h,{children:s}),e(m,{children:p})]})]})]});export{s as BothubAppBanner};