UNPKG

@memori.ai/memori-react

Version:

[![npm version](https://img.shields.io/github/package-json/v/memori-ai/memori-react)](https://www.npmjs.com/package/@memori.ai/memori-react) ![Tests](https://github.com/memori-ai/memori-react/workflows/CI/badge.svg?branch=main) ![TypeScript Support](https

5 lines 482 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export function DocumentCard({ title, badge, }) { return (_jsxs("div", { className: "memori-media-item--document", children: [_jsx("div", { className: "memori-media-item--document-header", children: _jsx("div", { className: "memori-media-item--document-title", children: title }) }), _jsx("span", { className: "memori-media-item--document-badge", children: badge })] })); } //# sourceMappingURL=DocumentCard.js.map