This component allows users to add an extension with detailed information and an icon.
Language Translator
Translate your text into multiple languages easily.
12,345
John Doe
Dependencies
None
Installation
None
Props
Name | Type | Default | Description |
---|---|---|---|
Icon | ElementType | undefined | The icon to display for the extension. |
title | string | undefined | The title of the extension. |
description | string | undefined | A brief description of the extension. |
viewCount | number | undefined | The number of views for the extension. |
author | { name: string; avatar: string; } | undefined | An object containing the author's name and avatar. |
onAdd | () => void | undefined | Callback triggered when the "Add" button is clicked. |
className | string | "" | Optional class names for additional styling. |