UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

13 lines (10 loc) 210 B
"use strict"; 'use strict'; function For(props) { const { each, fallback, children } = props; if (each?.length === 0) { return fallback || null; } return each?.map(children); } exports.For = For;