Jumbo React
V7.0 - NextJS
V7.0 - NextJS
  • About Jumbo NextJS
  • Get Started
    • Get Access to Jumbo
    • Package Content
    • Project Setup
  • Structure
    • Folder Structure
    • Layout
  • Settings
    • Authentication & Authorization
    • Customize Theme
    • Manage Sidebar Menus
  • Components
    • JumboBackdrop
    • JumboCard
    • JumboCardFeatured
    • JumboConfigProvider
    • JumboDdMenu
    • JumboDdPopover
    • JumboIconButton
    • JumboLayout
    • JumboLayoutProvider
    • JumboNavbar
    • JumboOverlay
    • JumboRTL
    • JumboScrollbar
    • JumboTabs
    • JumboTheme
Powered by GitBook
On this page
  • Import
  • Props
  1. Components

JumboOverlay

Import

import { JumboOverlay } from '@jumbo/component';

Props

Name
Type
Default
Default

children*

node

-

color

<string

| ((theme: Theme) => string)>

'#000000'

hAlign

string

-

margin

<number

| string

| (number | string)[]>

-

opacity

number

0.7

show

boolean

true

sx

Array<func

| object

| bool>

| func

| object

-

vAlign

string

-

PreviousJumboNavbarNextJumboRTL

Last updated 11 months ago