Atom
Represents an Atom from Atomic Design, as a class https://atomicdesign.bradfrost.com/
An abstract class that represents an Atom. While interfaces are used to specify what Atoms conform to, the Atom class provides the UI details. In Atomic Design, components contain subcomponents that are related to the parent component. For example Organisms contain Molecules, which contain Atoms.
Constructors
Functions
Link copied to clipboard
Checks to see if this Atom implements a certain AtomInterface and if it does returns the interface
Link copied to clipboard
Finds a subComponent matching a specified AtomInterface if it exists