UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

10 lines 275 B
import { Tabs, tabsTag } from '@ni/nimble-components/dist/esm/tabs'; import { wrap } from '../utilities/react-wrapper'; export { tabsTag }; export {}; export const NimbleTabs = wrap(Tabs, { events: { onChange: 'change', } }); //# sourceMappingURL=index.js.map