kiwicom / margarita

[not actively maintained] Mobile and Web application implementing Kiwi.com Tequila API
https://margarita.kiwi.com/
MIT License
209 stars 42 forks source link

Add accessibility features to Text component #842

Closed RobinCsl closed 3 years ago

RobinCsl commented 5 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.

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