@fiscozen/tab

0.1.6 • Public • Published

@fiscozen/tab

Tabs are used to display multiple views in a single window. Users can switch between them by clicking on a tab.

Internally, FzTabs uses the API provide/inject to communicate with FzTab and other components. This choice is made to avoid the use of global variables to manage the state of the tabs and to make the component uncontrolled: all the logic is handled by the FzTabs and FzTab components.

If necessary, all components inside FzTabs can use the following code

import { inject, Ref } from 'vue';

const selectedTab = inject<Ref<string>>('selectedTab');

to manage the state of the tabs. This should be done with caution, as it can lead to unexpected behavior.

Readme

Keywords

none

Package Sidebar

Install

npm i @fiscozen/tab

Weekly Downloads

357

Version

0.1.6

License

MIT

Unpacked Size

95.5 kB

Total Files

31

Last publish

Collaborators

  • cbfiscozen
  • trebh
  • alen_fiscozen
  • panicofr