You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a component to use directly, instead of using a HTML tag, styled with a class
Describe the solution you'd like
Please keep in mind that I've added the label "difficult" for this issue in hacktoberfest because it requires an exploration from your side if you take it.
Is your component proposal related to a problem? Please describe.
Initially discussed in a DS weekly meeting:
#1569
There is no component to use the basic text elements: h1 h2 h3 etc, paragraph, list, etc from the theme
https://github.com/SUI-Components/sui/blob/master/packages/sui-theme/src/settings/_font.scss
It would be nice to have a component to use directly, instead of using a HTML tag, styled with a class
Describe the solution you'd like
Please keep in mind that I've added the label "difficult" for this issue in hacktoberfest because it requires an exploration from your side if you take it.
Alternatives considered:
1 - This one for documentation: @andresin87: https://github.com/SUI-Components/docs-components/blob/master/components/documentation/library/src/components/Text/Text.js
2 - Motor's Title Basic here: https://motor-components.surge.sh/workbench/title/basic/demo
3 - please add yours
Describe alternatives you've considered
No response
Additional context**
All tags should be polymorphic, for instance these 2 examples:
H1
with a<p>
style.H1
with a size XXS (sizes from text tokens)Additional info
No response
The text was updated successfully, but these errors were encountered: