UNPKG

@vectara/vectara-ui

Version:

Vectara's design system, codified as a React and Sass component library

5 lines (4 loc) 394 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export const VuiInfoListItem = ({ title, value }) => { return (_jsxs("div", Object.assign({ className: "vuiInfoListItem" }, { children: [_jsx("div", Object.assign({ className: "vuiInfoListItem__title" }, { children: title })), _jsx("div", Object.assign({ className: "vuiInfoListItem__value" }, { children: value }))] }))); };