Closed RobinCsl closed 3 years ago
Component: Text: https://github.com/kiwicom/margarita/blob/master/packages/universal-components/src/Text/Text.js
Idea: use https://github.com/necolas/react-native-web/blob/master/docs/guides/accessibility.md to add props to Text component so that it is possible to have Text render as h1, h2 etc. on Web.
h1
h2
The end goal would be to be able to re-create the Heading component from Orbit components: https://github.com/kiwicom/orbit-components/tree/master/src/Heading
Component: Text: https://github.com/kiwicom/margarita/blob/master/packages/universal-components/src/Text/Text.js
Idea: use https://github.com/necolas/react-native-web/blob/master/docs/guides/accessibility.md to add props to Text component so that it is possible to have Text render as
h1
,h2
etc. on Web.The end goal would be to be able to re-create the Heading component from Orbit components: https://github.com/kiwicom/orbit-components/tree/master/src/Heading