HiddenProps

external interface HiddenProps : PropsWithChildren(source)

Properties

Link copied to clipboard
abstract override var children: ReactNode?

The content of the component.

Link copied to clipboard

Specify which implementation to use. 'js' is the default, 'css' works better for server-side rendering.

Link copied to clipboard
abstract var initialWidth: dynamic

You can use this prop when choosing the js implementation with server-side rendering.

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
abstract var lgDown: Boolean?

If true, component is hidden on screens below (but not including) this size.

Link copied to clipboard
abstract var lgUp: Boolean?

If true, component is hidden on screens this size and above.

Link copied to clipboard
abstract var mdDown: Boolean?

If true, component is hidden on screens below (but not including) this size.

Link copied to clipboard
abstract var mdUp: Boolean?

If true, component is hidden on screens this size and above.

Link copied to clipboard
abstract var only: dynamic

Hide the given breakpoint(s).

Link copied to clipboard
abstract var smDown: Boolean?

If true, component is hidden on screens below (but not including) this size.

Link copied to clipboard
abstract var smUp: Boolean?

If true, component is hidden on screens this size and above.

Link copied to clipboard
abstract var xlDown: Boolean?

If true, component is hidden on screens below (but not including) this size.

Link copied to clipboard
abstract var xlUp: Boolean?

If true, component is hidden on screens this size and above.

Link copied to clipboard
abstract var xsDown: Boolean?

If true, component is hidden on screens below (but not including) this size.

Link copied to clipboard
abstract var xsUp: Boolean?

If true, component is hidden on screens this size and above.

Functions

Link copied to clipboard
open inline fun <P : Props> child(type: ElementType<P>, props: P)
Link copied to clipboard
open inline operator fun <P : Props> ElementType<P>.invoke()
open inline operator fun <T> ContextType<T>.invoke(noinline block: ProviderProps<T>.() -> Unit)
open inline operator fun <P : Props> ElementType<P>.invoke(noinline block: P.() -> Unit)
open inline operator fun <T> ContextType<T>.invoke(value: T, noinline block: ChildrenBuilder.() -> Unit)
open inline operator fun <T> Provider<T>.invoke(value: T, noinline block: ChildrenBuilder.() -> Unit)
Link copied to clipboard
open inline operator fun Char.unaryPlus()
open inline operator fun String?.unaryPlus()
open inline operator fun ReactNode?.unaryPlus()
open inline operator fun Props?.unaryPlus()