UNPKG
design-react-kit
Version:
latest (5.9.0)
unstable (5.0.5-rc6)
5.9.0
5.8.3
5.8.2
5.8.1
5.8.0
5.7.3
5.7.2
5.7.1
5.7.0
5.6.1
5.6.0
5.5.1
5.5.0
5.4.1
5.4.0
5.3.0
5.2.0
5.1.0
5.0.5-rc6
5.0.5-rc5
5.0.5-rc4
5.0.5-rc3
5.0.5-rc2
5.0.5-rc1
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
5.0.0-12
5.0.0-11
5.0.0-10
5.0.0-9
5.0.0-8
5.0.0-7
5.0.0-6
5.0.0-5
5.0.0-4
5.0.0-3
5.0.0-2
5.0.0-1
5.0.0-0
4.0.2
4.0.1
4.0.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.10.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.1
2.3.0
2.2.0
2.0.1
0.0.2
Componenti React per Bootstrap 5
italia/design-react-kit
design-react-kit
/
dist
/
Tab
/
TabPanel.js
7 lines
•
290 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
import
{
Tab
}
from
'react-bootstrap'
;
export
const
TabContainer
= (
{ tag, testId, ...attributes }
) => {
const
Tag
= tag;
return
React
.
createElement
(
Tab
.
Container
, {
as
:
Tag
,
"data-testid"
: testId, ...attributes }); };
//# sourceMappingURL=TabPanel.js.map