UNPKG

@useloops/design-system

Version:

The official React based Loops design system

2 lines (1 loc) 371 B
import{jsxs as r,jsx as i}from"react/jsx-runtime";import{Stack as o}from"@mui/material";import t from"../Typography/Typography.js";const p=({children:p,description:e,title:n})=>r(o,{sx:{gap:2,p:1},children:[r(o,{sx:{gap:1},children:[i(t,{variation:"sm",component:"p",weight:"bold",children:n}),i(t,{variation:"sm",component:"p",children:e})]}),p]});export{p as default};