mirror of
https://github.com/vercel/commerce.git
synced 2025-07-21 03:41:22 +00:00
✨ feat: Tab Common
This commit is contained in:
parent
69e685b55c
commit
7fcea39572
@ -1,7 +1,7 @@
|
||||
import React, { RefObject, useEffect } from "react"
|
||||
import s from './TabCommon.module.scss'
|
||||
|
||||
import TabItem from './TabItem/TabItem'
|
||||
import TabItem from './components/TabItem/TabItem'
|
||||
|
||||
interface TabCommonProps {
|
||||
tabs: {ref:RefObject<HTMLLIElement>, tabName: string, active: boolean, onClick: (tabIndex: number, tabPane?: string) => void}[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user