UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

14 lines (11 loc) 221 B
"use strict"; "use client"; import { chakra } from '../../styled-system/factory.js'; const Sticky = chakra("div", { base: { position: "sticky", top: 0 } }); Sticky.displayName = "Sticky"; export { Sticky };