UNPKG

design-react-kit

Version:

Componenti React per Bootstrap 5

7 lines 285 B
import React from 'react'; import { Nav } from 'react-bootstrap'; export const TabNavLink = ({ tag, testId, ...attributes }) => { const Tag = tag; return React.createElement(Nav.Link, { as: Tag, "data-testid": testId, ...attributes }); }; //# sourceMappingURL=TabNavLink.js.map