- Created LXBText. See it in action in Storybook
- Technical overview
- Uses an MUI Box with a valid typography HTML tag
- Logs a warning if using something else
- Why a Box? Because it allows us to pass many props that Typography doesn't
- Spread {...rest} so we can extend the use of this component
- We can safely use tooltips (Not new, Typography already supports this)
- We can use this as an escape hatch to use style and className (like the 404 page)
- <Debate>No margin should be allowed</Debate>