Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 615 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 615 Bytes

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