UNPKG

react-planner

Version:

react-planner is a React Component for plans design. Draw a 2D floorplan and navigate it in 3D mode.

9 lines (7 loc) 258 B
var tableStyle = { width: '100%', borderSpacing: '2px 0', marginBottom: '2px' }; var firstTdStyle = { width: '6em', textTransform: 'capitalize' }; var PropertyStyle = { tableStyle: tableStyle, firstTdStyle: firstTdStyle }; export default PropertyStyle;