BaseMolecule

abstract class BaseMolecule

Represents a Molecule from Atomic Design, as an interface https://atomicdesign.bradfrost.com/

An abstract class that represents a molecule. A molecule consists of multiple atoms to create a robust UI element. This Base molecule contains an array of atoms used, and can be inherited for more specific functionality.

Constructors

Link copied to clipboard
fun BaseMolecule()

Properties

Link copied to clipboard
abstract val atoms: List<Atom>

Inheritors

Link copied to clipboard