Hi,
How can I achieve the below user experience. Like layouts, fields ..etc. Font color can be blank.
Thank you in advance.
Discussion posts and replies are publicly visible
Everyone else is suggesting the "Tabs" pattern which uses buttons to simulate this. However, depending on what you're trying to do, the Tag component actually might be better. The style is more similar to what you have in your image, and there is more flexibility for formatting.
Basically the difference for them is:
Buttons I cannot take because buttons has a default behavior of taking label as capital case, which should not happen.
Tabs pattern will not work because these values should be dynamic. Eg: Test1 will show group of columns, test 2 should group another group of columns...etc.
tags will not work, because those should be clickable.
ak0642 said:Tabs pattern will not work because these values should be dynamic. Eg: Test1 will show group of columns, test 2 should group another group of columns...etc.
Why won't this work? I mean you have to adapt the tabs pattern to what you need, but there's no reason this can't be dynamic if you're using the rich text or the card options.
Also if at all possible, in the future please try to provide any context like this when you make your original post - that can help us provide you a solution more quickly