UNPKG

react-floorplanner

Version:

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

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