UNPKG
@patternfly/elements
Version:
latest (4.1.0)
rc (2.0.0-rc.6)
4.1.0
4.0.2
4.0.1
4.0.0
3.0.2
3.0.1
3.0.0
2.4.0
2.3.2
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-rc.6
2.0.0-rc.5
2.0.0-rc.4
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
1.0.0
PatternFly Elements
github.com/patternfly/patternfly-elements
patternfly/patternfly-elements
@patternfly/elements
/
react
/
pf-panel
/
pf-panel.js
11 lines
(10 loc)
•
280 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// pf-panel/pf-panel.js
import
{ createComponent }
from
'@lit/react'
;
import
react
from
'react'
;
import
{
PfPanel
}
from
'@patternfly/elements/pf-panel/pf-panel.js'
;
export
const
Panel
=
createComponent
({
tagName
:
'pf-panel'
,
elementClass
:
PfPanel
, react,
events
: {}, });