mantine icon indicating copy to clipboard operation
mantine copied to clipboard

Title components can use component prop with order to style as different types

Open jacobsickels opened this issue 2 years ago • 0 comments

What package has an issue

@mantine/core

Describe the bug

So, this may just be a typescript types issue, but I've found that you can use the Title with a component property and an order property to style the tags as different order types.

For example this styles the h6 tag as an h1 tag.

<Title component="h6" order={1}>{title}</Title>

The Title component needs the component property in its types if we want to allow this functionality.

In which browser did the problem occur

Chrome

If possible, please include a link to a codesandbox with the reproduced problem

https://codesandbox.io/s/hungry-goldberg-hrk9be

Do you know how to fix the issue

No

Are you willing to participate in fixing this issue and create a pull request with the fix

Yes

Possible fix

No response

jacobsickels avatar Jun 19 '22 04:06 jacobsickels