BootCell
Preparing search index...
JumbotronProps
Interface JumbotronProps
interface
JumbotronProps
{
bg
?:
BackgroundColor
;
description
:
JsxChildren
;
rounded
?:
0
|
1
|
2
|
3
|
4
|
5
;
title
:
JsxChildren
;
[
key
:
string
]:
any
;
[
key
:
number
]:
any
;
}
Hierarchy
Omit
<
ContainerProps
,
"title"
>
Record
<
"title"
|
"description"
,
JsxChildren
>
JumbotronProps
Indexable
[
key
:
string
]:
any
[
key
:
number
]:
any
Index
Properties
bg?
description
rounded?
title
Properties
Optional
bg
bg
?:
BackgroundColor
description
description
:
JsxChildren
Optional
rounded
rounded
?:
0
|
1
|
2
|
3
|
4
|
5
title
title
:
JsxChildren
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bg
description
rounded
title
BootCell
Loading...