snehilvj / dmc-docs

Documentation for Dash Mantine Components library.
https://github.com/snehilvj/dash-mantine-components
MIT License
58 stars 19 forks source link

Remove extra `dmc.Text` #27

Closed nlyle01 closed 1 year ago

nlyle01 commented 1 year ago

I think there's a redundant dmc.Text here. In a project I'm working on, I'm able to get inline text styles with:

dmc.Text(
    children=[
        dmc.Text("some text", style={"display": "inline"}),
        " and some more text."
    ]
)
snehilvj commented 1 year ago

Thanks!