Missing appeareances #9234
Replies: 4 comments 2 replies
-
You need to remove |
Beta Was this translation helpful? Give feedback.
-
Thank you |
Beta Was this translation helpful? Give feedback.
-
i have changed it to: `
} but does not seem that it has some effect... |
Beta Was this translation helpful? Give feedback.
-
ok .. it is interesting that you are using double attribute selector: [data-appearance='parama-hint'][data-appearance='parama-hint'] |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have implemented password input but i need to change the hint styling according to our style guide. But i cannot find sample appereance like it is for textfield, checkbox and button. I have tried
`
[tuiAppearance][data-appearance='my-hint'] {
@include transition(all, var(--duration));
}
tuiHintOptionsProvider({ appearance: 'my-hint' }),
`
but it has no effect.
In order to widly addapt this library i think appereance example should stick to each component because many companies does not follow "out of the box" styling, instead they are having company style guides and styling should not take days to implement.
for now any help with sample appereances for most common components would be appriciatet
hint, radiobutton and others
Beta Was this translation helpful? Give feedback.
All reactions