This the main repository for RSpace: rspace-web. Check https://github.com/rspace-os/rspace-web/blob/main/DevDocs/DeveloperNotes/GettingStarted/GettingStarted.md for setup instructions.
Rather than using spans to aid with styling, which violates the semantic HTML rules, this change uses CSS Flex Grid layout instead. This also offers greater customisation at each call site by tweaking the styling rather than having to pass lots of props.
Rather than using
span
s to aid with styling, which violates the semantic HTML rules, this change uses CSS Flex Grid layout instead. This also offers greater customisation at each call site by tweaking the styling rather than having to pass lots of props.