lizi

Results 50 comments of lizi

> Fragment is only needed in order to "name" where you want the slot to go. It's only needed if you need to group multiple elements/components. This is because the...

You can introduce the following CSS files to temporarily solve this problem. ``` body { background-color: rgb(26, 29, 30); color: rgb(236, 237, 238); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe...

I have implemented this feature in the v0.4-beta version.

Can you provide an example of minimal repetition?

> You have added Naive UI as a link to this repo in the "Resource" section. What does this actually mean? Is the idea to replicate inputs from that library...

I think I can solve this problem in thaw0.4 version?

In thaw-v0.4.0-beta you can override the default theme by: ``` div.thaw-config-provider[data-thaw-id] { --colorBrandBackground: red; ... } ``` Although you can override the default theme, I recommend using the following method...

> I'm glad to submit a PR for it. Very welcome! > Besides, is there a discord channel for thaw? Not yet.