MonadComponents
Module that contains all the definitions of custom components that can be easily integrated in a monadic system.
Type members
Classlikes
MonadButton represents an EventSource that emit custom events when pressed.
MonadButton represents an EventSource that emit custom events when pressed.
- Companion:
- object
MonadConfigButton represents an EventSource composed by a button and an input. Usually it is useful to deal with configuration button that need some text as input.
MonadConfigButton represents an EventSource composed by a button and an input. Usually it is useful to deal with configuration button that need some text as input.
- Companion:
- object
MonadSelect represents an EventSource that is composed by a select that emit events when the choice is changed.
MonadSelect represents an EventSource that is composed by a select that emit events when the choice is changed.
- Companion:
- object