UNPKG

@yamada-ui/native-table

Version:

Yamada UI native table component

31 lines (29 loc) 650 B
"use client" import { useTableStyles } from "./chunk-JZWD7PGB.mjs"; // src/tbody.tsx import { forwardRef, ui } from "@yamada-ui/core"; import { cx } from "@yamada-ui/utils"; import { jsx } from "react/jsx-runtime"; var Tbody = forwardRef( ({ className, ...rest }, ref) => { const styles = useTableStyles(); const css = { ...styles.tbody }; return /* @__PURE__ */ jsx( ui.tbody, { ref, className: cx("ui-table__tbody", className), __css: css, ...rest } ); } ); Tbody.displayName = "Tbody"; Tbody.__ui__ = "Tbody"; export { Tbody }; //# sourceMappingURL=chunk-IDLEMHNN.mjs.map