Dropdown menu with a list of sheets, both hidden and visible
Last updated 1 year ago
import { SheetSwitcher } from "@rowsncolumns/spreadsheet" const App = () => { return ( <SheetSwitcher sheets={sheets} activeSheetId={activeSheetId} onChangeActiveSheet={onChangeActiveSheet} onShowSheet={onShowSheet} /> ) }