Skip to content

dev-javascript/react-dyn-tabs

Repository files navigation

react-dyn-tabs

React Dynamic Tabs with full API

Features

  • Written in React hook
  • Open & Close & Select — Tab can be opened, closed and selected
  • lazy/eager loading
  • Customizable style
  • full control
  • ARIA accessible

Installation

$ npm install react-dyn-tabs --save

Styling

react-dyn-tabs does not include any style loading by default. Default stylesheets and themes are provided and can be included in your application if desired.

import 'react-dyn-tabs/style/react-dyn-tabs.css';
import 'react-dyn-tabs/themes/default.css';

License

MIT