UNPKG

@nex-ui/react

Version:

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

20 lines (18 loc) • 281 B
const radiusVariant = { sm: { borderRadius: 'md' }, md: { borderRadius: 'lg' }, lg: { borderRadius: 'xl' }, full: { borderRadius: 'full' }, none: { borderRadius: 'none' } }; export { radiusVariant };