Package com. kevinschildhorn. atomik. atomic. molecules
Types
Link copied to clipboard
Represents a Molecule from Atomic Design, as an interface https://atomicdesign.bradfrost.com/
Link copied to clipboard
class TextFieldMolecule( val textAtom: TextAtom, val backgroundColorAtom: ColorAtom, val hintTextAtom: TextAtom? = null, val errorTextAtom: TextAtom? = null, val disabledColorAtom: ColorAtom? = null, val cursorColor: AtomikColor? = null, val errorColor: AtomikColor? = errorTextAtom?.textColor) : BaseMolecule
Content copied to clipboard
A molecule that contains information about a TextField