Theme

io.laminext.tailwind.theme.Theme
See theTheme companion object
final case class Theme(animation: Animation, button: Button, buttonGroup: BaseAndCustom, card: Card, transition: Transition, modal: Modal, progressBar: ProgressBar, fileInput: FileInput)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def customize(animation: Animation => Animation, button: Button => Button, buttonGroup: BaseAndCustom => BaseAndCustom, card: Card => Card, transition: Transition => Transition, modal: Modal => Modal, progressBar: ProgressBar => ProgressBar, fileInput: FileInput => FileInput): Theme

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product