docs.sheetjs.com/docz/docs/12-constellation/index.md

697 B

title pagination_prev
SheetJS Constellation miscellany/index

import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

Many related projects have been separated into dedicated libraries.

Contents

    {useCurrentSidebarCategory().items.map(globalThis.lambda = (item, index) => { const listyle = (item.customProps?.icon) ? { listStyleImage: `url("${item.customProps.icon}")` } : {}; return (
  • {item.label}{item.customProps?.summary && (" - " + item.customProps.summary)}
      {item.items && item.items.map(lambda)}
  • ); })}