mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: updates
This commit is contained in:
parent
d4d8dd817b
commit
4c90db789b
14 changed files with 144 additions and 82 deletions
|
|
@ -4,6 +4,7 @@ const Tabs = ({
|
|||
tabs,
|
||||
value,
|
||||
onChange,
|
||||
className,
|
||||
}: {
|
||||
tabs: {
|
||||
id: string
|
||||
|
|
@ -11,9 +12,10 @@ const Tabs = ({
|
|||
}[]
|
||||
value: string
|
||||
onChange: (id: string) => void
|
||||
className?: string
|
||||
}) => {
|
||||
return (
|
||||
<div className='no-scrollbar flex overflow-y-auto'>
|
||||
<div className={cx('no-scrollbar flex overflow-y-auto', className)}>
|
||||
{tabs.map(tab => (
|
||||
<div
|
||||
key={tab.id}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue