LogoPolyImg Docs
LogoPolyImg Docs
Homepage

Introduction

Quick StartWhat is FumadocsComparisons

Setup

Manual InstallationStatic Export

Writing

MarkdownInternationalization

UI

OverviewThemesSearch
Components
Accordion
Banner
Code Block (Dynamic)
Files
GitHub Info
Zoomable Image
Inline TOC
Root Toggle
Steps
Tabs
Type Table
MDX
X (Twitter)
Components

Type Table

A table for documenting types

PropTypeDefault
percentage?
number
0.2

Usage

It accepts a type property.

import { TypeTable } from 'fumadocs-ui/components/type-table';

<TypeTable
  type={{
    percentage: {
      description:
        'The percentage of scroll position to display the roll button',
      type: 'number',
      default: 0.2,
    },
  }}
/>

References

Type Table

Object Type

Tabs

A Tabs component built with Radix UI, with additional features such as persistent and shared value.

MDX

Default MDX Components

Table of Contents

Usage
References
Type Table
Object Type