UNPKG

design-react-kit

Version:

Componenti React per Bootstrap 5

7 lines 290 B
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