slinky-utils
slinky-utils
net.wiringbits.webapp.utils.slinkyUtils.components.core
AlertDialog
Props
AsyncComponent
DataState
Failed
Loaded
Loading
DataState
Props
ConditionalComponent
Props
ConfirmDialog
Props
ErrorBoundaryComponent
Def
Props
State
ErrorBoundaryInfo
Props
ErrorLabel
Props
InfoCard
Props
net.wiringbits.webapp.utils.slinkyUtils.components.core.widgets
CircularLoader
Props
Container
Alignment
center
flexEnd
flexStart
spaceAround
spaceBetween
spaceEvenly
Alignment
EdgeInsets
EdgeInsets
FlexDirection
column
row
FlexDirection
Props
NavLinkButton
Props
Scaffold
Props
Subtitle
Props
Title
Props
net.wiringbits.webapp.utils.slinkyUtils.core
GenericHooks
MediaQueryHooks
StyleBuilder
StyleBuilder
net.wiringbits.webapp.utils.slinkyUtils.facades.reactrouterdom
BrowserRouter
Props
NavLink
Props
Redirect
Props
Route
Props
Switch
useHistory
useLocation
useParams
net.wiringbits.webapp.utils.slinkyUtils.forms
FormData
FormField
StatefulFormData
StatefulFormData
State
Failed
Filling
Submitted
Submitting
State
slinky-utils
/
net.wiringbits.webapp.utils.slinkyUtils.components.core
/
AsyncComponent
/
DataState
DataState
object
DataState
Companion:
class
Graph
Supertypes
Self type
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
DataState
.type
Type members
Value members
Type members
Classlikes
case
class
Failed
[
T
](
msg:
String
)
extends
DataState
[
T
]
case
class
Loaded
[
T
](
data:
T
)
extends
DataState
[
T
]
case
class
Loading
[
T
]()
extends
DataState
[
T
]
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from:
Mirror
Value members
Concrete methods
def
loading
[
T
]:
DataState
[
T
]