UNPKG

@nex-ui/react

Version:

🎉 A beautiful, modern, and reliable React component library.

17 lines (14 loc) • 276 B
import { defineRecipe } from '@nex-ui/system'; const flexRecipe = defineRecipe({ base: { display: 'flex' }, variants: { inline: { true: { display: 'inline-flex' } } } }); export { flexRecipe };