Type Table

A table for documenting types

PropType
import { … } from '@hanzo/docs-ui/components/type-table';

Usage

It accepts a type property.

import { TypeTable } from '@hanzo/docs/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

PropType

Object Type

PropType
How is this guide?