UNPKG

@crossed/demo

Version:

A universal & performant styling library for React Native, Next.js & React

10 lines (9 loc) 230 B
import { jsx } from "react/jsx-runtime"; import { Box } from "@crossed/ui"; const BoxDemo = () => { return /* @__PURE__ */ jsx(Box, { className: "w-5 h-5 bg-blue-500" }); }; export { BoxDemo }; //# sourceMappingURL=Box.js.map