Typography #18850
Unanswered
Emiliano-Bucci
asked this question in
Help
Typography
#18850
Replies: 1 comment
-
|
Hi! Usually you would style your components with a For example @use '@carbon/type';
.my-class {
@include type.type-style('productive-heading-01');
}Code guidance: https://carbondesignsystem.com/elements/typography/code/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HI! I've started to use @carbon/react and I'm a bit confuse about how to implement typography. Coming from other design systems/libraries (like material ui, chakra, ecc), I would expect to have a component, but here it doesn't exist. How can I apply typography variants to paragraphs?
It seems that there's the only thing missing, other components can be imported and that's it.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions