tcomb-form icon indicating copy to clipboard operation
tcomb-form copied to clipboard

What to do with className? What is it for?

Open arnoldbird opened this issue 6 years ago • 1 comments

I see it's possible to set a className in attrs: https://github.com/gcanti/tcomb-form/blob/master/GUIDE.md#styling

But what for? What does one then do with that className? Can it be used to style the input? If so, how?

arnoldbird avatar Jul 06 '18 13:07 arnoldbird

The class name will apply a CSS attribute the field in the form. This can then be styled from a CSS style sheet.

Ankcorn avatar Jul 10 '18 20:07 Ankcorn