@nile-ui/nile-ui
Version:
Modern and beautiful looking component designs
4 lines (3 loc) • 312 B
TypeScript
import React from 'react';
import { RowProps } from './types';
export default function Row({ children, noGap, gap, gapX, gapY, columns, smGapX, mdGapX, lgGapX, xlGapX, xxlGapX, smGapY, mdGapY, lgGapY, xlGapY, xxlGapY, smGap, mdGap, lgGap, xlGap, xxlGap, className, ...otherProps }: RowProps): React.JSX.Element;