Thank you all, please keep these coming.
Tab Horizontal
Tab Vertical
This is a great great initiative @Jason !
I want all the things I read here without css
First I want to say this is amazing what the guys here are doing and @Jason this is awsome initiative.
second, mt 2 cents on things I’m doing
-
align text right, for everything, basically, beside the action text component which is working correctly in RTL (comma, question mark etc. are in the right place and not align left even when aligning the text to right). So, using CSS for aligning all the components.
-
Pop-up box with image to clode the pop-up:
-
sticking choice to the top as a selection menu:
and then:
- Turning choice to bottons:
-
Changing size and design for input components (would love to be able to put 2 next to each other and also input + text component next to each other)
-
Design buttons:
-
Change inline list to fit more items and decrease size etc.:
-
tables:
-
Padding components like map, video etc.
-
Replacement for the Hint:
see here
thanks!!! found it few min before you sent. you do amazing stuff with CSS
another example for your collection
Hey Robert. I’ve been trying to achieve this in the switch title but with no luck. If I use the inspect element it changes fine, but when applying it in the app with this code, or other codes it won’t work, any advice?
Thanks in advance
Does it work if you add !important;
?
It doesn’t
Do you mean the switch component’s title?
Yes!
is working… maybe you are applying it wrong?
try it in action here
It works for the basic table, but I’m trying it for the switch button title…
There is no Switch component to test on in the CSS Code Book
sorry i did not see is about switch
Check this out.
[data-test="app-switch-view"] :nth-child(1) {
white-space: break-spaces;
}
Beautiful @ThinhDinh, thank you so much
<pre><span><style>
.fCJThA {
width:80%;
font-weight: 500;
font-size: 1rem;
line-height: 1.1875rem;
font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
color: red;
text-overflow: ellipsis;
white-space: break-spaces !important;
overflow: hidden;
}