pavex-react-ui-layout

1.1.0 • Public • Published

react-ui-layout

React row/col layout components

<Cols>
	<Col size={200} align='right' padding={16}>
		<div style={{backgroundColor: 'lightyellow', height: '100%'}}>A</div>
	</Col>
	<Col size={200} align='right' padding>
		<div style={{backgroundColor: 'lightgreen', height: '100%'}}>B</div>
	</Col>
	<Col size={100}>
		<Rows>
			<Row size={200}>
				C
			</Row>
			<Row align='bottom' size={100}>
				D
			</Row>
			<Row>
				E
			</Row>
		</Rows>
	</Col>
	<Col>
		F
	</Col>
</Cols>

Package Sidebar

Install

npm i pavex-react-ui-layout

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

8.64 kB

Total Files

9

Last publish

Collaborators

  • pavex