---
title: "Image & Table figures via a generic figure"
description: "Learn how to create a generic figure extension for your Tiptap Editor with an easy example. More in our docs!"
canonical_url: "https://tiptap.dev/docs/examples/experiments/generic-figure"
---

# Image & Table figures via a generic figure

Learn how to create a generic figure extension for your Tiptap Editor with an easy example. More in our docs!

> **Experiment:**
>
> Experiment, currently not supported or maintained

In this example we use a `Figure` extension as a generic figure that we **extend** to create images and table nodes with figure support.

> **Interactive demo:** [GenericFigure](https://embed.tiptap.dev/preview/Experiments/GenericFigure)
