Copy link to clipboard
Copied
Hi,
I create a panel and i am using Topcoat styles.
Is there a default style for simple text elements?
<p> <label> <h1-5>
basically i want my test to fit the color theme but i only found css styles for input element, not for pure text.
How do you style the text?
of course i can write my own css rules for text but i expect that it si already integrated in topcoat.
e.g.: style this to match the panel.
Copy link to clipboard
Copied
Hi Karpiyon,
Topcoat is no longer maintained, although I understand it's still popular among developers like yourself.
You might want to check out the Spectrum CSS website, to find an element you can use. The only person who has written much about implementing Specrtum CSS is Davide Barranca.
Let me know if this is helpful or not.
Best,
Erin F.
Copy link to clipboard
Copied
thanks,
i may try it.
is there any doc which explains how to implement it and how to sync with App UI theme?
Copy link to clipboard
Copied
Hello again,
So, I was trying to get the Spectrum team to write a blog post about this, but they seem really busy. (It's actually by the same guy who wrote Topcoat.)
In any case, I tried it myself, and it's not as easy to use as Topcoat. The instructions are on this github readme. It requires an npm install.
Let me know if that helps!