3.0.18 • Published 3 months ago

@spellix/tabs v3.0.18

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

@spellix/tabs

A Quick description of the component

This component is generated automatically, please add a description and usage instructions below.

Short description

A set of layered sections of content—known as tab panels—that are displayed one at a time.

Installation

yarn add @spellix/tabs
# or
npm i @spellix/tabs
# or
pnpm i @spellix/tabs

Usage

Import Tabs from the package and configure it with props as needed:

import { Tabs } from '@spellix/tabs';

export const App = () => {
  return <Tabs {...({/* props for the component */})} />;
};