-
-
Notifications
You must be signed in to change notification settings - Fork 127
[docs] Tabs examples with motion #1613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
mj12albert
wants to merge
4
commits into
mui:master
Choose a base branch
from
mj12albert:tabs/motion
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
'use client'; | ||
import * as React from 'react'; | ||
|
||
export default function Nothing() { | ||
return <div>This is just a dummy file to hold icons</div>; | ||
} | ||
|
||
export function OverviewIcon(props: React.ComponentProps<'svg'>) { | ||
return ( | ||
<svg width="40" height="40" viewBox="0 0 30 30" fill="currentcolor" {...props}> | ||
<path d="M 6 4 C 4.895 4 4 4.895 4 6 L 4 12 C 4 13.105 4.895 14 6 14 L 12 14 C 13.105 14 14 13.105 14 12 L 14 6 C 14 4.895 13.105 4 12 4 L 6 4 z M 18 4 C 16.895 4 16 4.895 16 6 L 16 12 C 16 13.105 16.895 14 18 14 L 24 14 C 25.105 14 26 13.105 26 12 L 26 6 C 26 4.895 25.105 4 24 4 L 18 4 z M 9 6 C 10.657 6 12 7.343 12 9 C 12 10.657 10.657 12 9 12 C 7.343 12 6 10.657 6 9 C 6 7.343 7.343 6 9 6 z M 18 6 L 24 6 L 24 12 L 18 12 L 18 6 z M 6 16 C 4.895 16 4 16.895 4 18 L 4 24 C 4 25.105 4.895 26 6 26 L 12 26 C 13.105 26 14 25.105 14 24 L 14 18 C 14 16.895 13.105 16 12 16 L 6 16 z M 18 16 C 16.895 16 16 16.895 16 18 L 16 24 C 16 25.105 16.895 26 18 26 L 24 26 C 25.105 26 26 25.105 26 24 L 26 18 C 26 16.895 25.105 16 24 16 L 18 16 z M 21 17.5 L 24.5 21 L 21 24.5 L 17.5 21 L 21 17.5 z M 9 18 L 11.886719 23 L 6.1132812 23 L 9 18 z" /> | ||
</svg> | ||
); | ||
} | ||
|
||
export function ProjectIcon(props: React.ComponentProps<'svg'>) { | ||
return ( | ||
<svg width="40" height="40" viewBox="0 0 30 30" fill="currentcolor" {...props}> | ||
<path d="M 14.984375 1.9863281 A 1.0001 1.0001 0 0 0 14 3 L 14 4 L 5 4 L 4 4 A 1.0001 1.0001 0 1 0 3.9804688 6 C 3.9348612 9.0608831 3.6893807 11.887023 3.1523438 14.142578 C 2.5565033 16.645108 1.6039585 18.395538 0.4453125 19.167969 A 1.0001 1.0001 0 0 0 1 21 L 4 21 C 4 22.105 4.895 23 6 23 L 11.787109 23 L 10.148438 26.042969 A 1.5 1.5 0 0 0 9 27.5 A 1.5 1.5 0 0 0 10.5 29 A 1.5 1.5 0 0 0 12 27.5 A 1.5 1.5 0 0 0 11.910156 26.992188 L 14.060547 23 L 15.939453 23 L 18.089844 26.992188 A 1.5 1.5 0 0 0 18 27.5 A 1.5 1.5 0 0 0 19.5 29 A 1.5 1.5 0 0 0 21 27.5 A 1.5 1.5 0 0 0 19.851562 26.042969 L 18.212891 23 L 24 23 C 25.105 23 26 22.105 26 21 L 26 6 A 1.0001 1.0001 0 1 0 26 4 L 25 4 L 16 4 L 16 3 A 1.0001 1.0001 0 0 0 14.984375 1.9863281 z M 5.9589844 6 L 14.832031 6 A 1.0001 1.0001 0 0 0 15.158203 6 L 23.958984 6 C 23.912194 9.0500505 23.687726 11.893974 23.152344 14.142578 C 22.583328 16.532444 21.674397 18.178754 20.585938 19 L 3.1523438 19 C 3.9976592 17.786874 4.6791735 16.365049 5.0976562 14.607422 C 5.6877248 12.129135 5.9137751 9.1554725 5.9589844 6 z" /> | ||
</svg> | ||
); | ||
} | ||
|
||
export function PersonIcon(props: React.ComponentProps<'svg'>) { | ||
return ( | ||
<svg width="40" height="40" viewBox="0 0 30 30" fill="currentcolor" {...props}> | ||
<path d="M15,3C8.373,3,3,8.373,3,15c0,6.627,5.373,12,12,12s12-5.373,12-12C27,8.373,21.627,3,15,3z M8,22.141 c1.167-3.5,4.667-2.134,5.25-4.03v-1.264c-0.262-0.141-1.013-1.109-1.092-1.865c-0.207-0.018-0.531-0.223-0.627-1.034 c-0.051-0.435,0.153-0.68,0.276-0.757c0,0-0.308-0.702-0.308-1.399C11.5,9.72,12.526,8,15,8c1.336,0,1.75,0.947,1.75,0.947 c1.194,0,1.75,1.309,1.75,2.844c0,0.765-0.308,1.399-0.308,1.399c0.124,0.077,0.328,0.322,0.277,0.757 c-0.096,0.811-0.42,1.016-0.627,1.034c-0.079,0.756-0.829,1.724-1.092,1.865v1.264c0.583,1.897,4.083,0.531,5.25,4.031 c0,0-2.618,2.859-7,2.859C10.593,25,8,22.141,8,22.141z" /> | ||
</svg> | ||
); | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.Indicator { | ||
position: absolute; | ||
z-index: -1; | ||
inset: 4px 0 5px 0; | ||
border-radius: 0.25rem; | ||
background-color: var(--color-gray-100); | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
'use client'; | ||
import * as React from 'react'; | ||
import { Tabs } from '@base-ui-components/react/tabs'; | ||
import { AnimatePresence, motion, type HTMLMotionProps } from 'motion/react'; | ||
import styles from '../../../(public)/(content)/react/components/tabs/demos/hero/css-modules/index.module.css'; | ||
import { OverviewIcon, ProjectIcon, PersonIcon } from './_icons'; | ||
import motionStyles from './motion.module.css'; | ||
|
||
const DURATION = 1; // seconds | ||
|
||
const MotionTabPanel = React.forwardRef(function MotionTabPanel( | ||
props: Tabs.Panel.Props, | ||
forwardedRef: React.ForwardedRef<HTMLDivElement>, | ||
) { | ||
const { children, value, ...otherProps } = props; | ||
return ( | ||
<Tabs.Panel | ||
ref={forwardedRef} | ||
key={value} | ||
value={value} | ||
keepMounted | ||
// workaround tailwind v4 reset applying `display: none !important` on [hidden] | ||
// it needs to remain visible while the exit animation is still running | ||
hidden={undefined} | ||
{...otherProps} | ||
render={(renderProps, state) => { | ||
const direction = state.tabActivationDirection === 'right' ? -1 : 1; | ||
return ( | ||
<motion.div | ||
{...(renderProps as HTMLMotionProps<'div'>)} | ||
initial={{ | ||
opacity: 0, | ||
x: -100 * direction, | ||
}} | ||
animate={{ | ||
zIndex: 1, | ||
opacity: 1, | ||
x: 0, | ||
transition: { duration: DURATION }, | ||
}} | ||
exit={{ | ||
zIndex: 0, | ||
opacity: 0, | ||
x: 100 * direction, | ||
transition: { duration: DURATION }, | ||
}} | ||
/> | ||
); | ||
}} | ||
> | ||
{children} | ||
</Tabs.Panel> | ||
); | ||
}); | ||
|
||
const MotionTab = React.forwardRef(function MotionTab( | ||
props: Tabs.Tab.Props & { | ||
selectedValue: Tabs.Tab.Props['value']; | ||
}, | ||
forwardedRef: React.ForwardedRef<HTMLDivElement>, | ||
) { | ||
const { value, selectedValue, style, children, ...otherProps } = props; | ||
return ( | ||
<Tabs.Tab | ||
ref={forwardedRef} | ||
value={value} | ||
style={{ | ||
...style, | ||
position: 'relative', | ||
}} | ||
{...otherProps} | ||
> | ||
{children} | ||
{value === selectedValue ? ( | ||
<Tabs.Indicator | ||
className={motionStyles.Indicator} | ||
render={ | ||
<motion.div | ||
layoutId="indicator" | ||
id="indicator" | ||
initial={false} | ||
animate={{ opacity: 1 }} | ||
transition={{ | ||
layout: { duration: DURATION }, | ||
}} | ||
/> | ||
} | ||
/> | ||
) : null} | ||
</Tabs.Tab> | ||
); | ||
}); | ||
|
||
export default function ExampleTabs() { | ||
const [value, setValue] = React.useState('overview'); | ||
return ( | ||
<Tabs.Root className={styles.Tabs} value={value} onValueChange={setValue}> | ||
<Tabs.List className={styles.List}> | ||
<MotionTab className={styles.Tab} value="overview" selectedValue={value}> | ||
Overview | ||
</MotionTab> | ||
<MotionTab className={styles.Tab} value="projects" selectedValue={value}> | ||
Projects | ||
</MotionTab> | ||
<MotionTab className={styles.Tab} value="account" selectedValue={value}> | ||
Account | ||
</MotionTab> | ||
</Tabs.List> | ||
|
||
<AnimatePresence mode="wait"> | ||
{value === 'overview' && ( | ||
<MotionTabPanel key="overview" value="overview" className={styles.Panel}> | ||
<OverviewIcon className={styles.Icon} /> | ||
</MotionTabPanel> | ||
)} | ||
|
||
{value === 'projects' && ( | ||
<MotionTabPanel key="projects" value="projects" className={styles.Panel}> | ||
<ProjectIcon className={styles.Icon} /> | ||
</MotionTabPanel> | ||
)} | ||
|
||
{value === 'account' && ( | ||
<MotionTabPanel key="account" value="account" className={styles.Panel}> | ||
<PersonIcon className={styles.Icon} /> | ||
</MotionTabPanel> | ||
)} | ||
</AnimatePresence> | ||
</Tabs.Root> | ||
); | ||
} |
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be handy for the
state
here to provide all the--active-tab-*
values to plug into motionThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually it doesn't matter, it accepts CSS variables anyway
https://motion.dev/docs/react-animation#css-variables
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't get motion to animate based on these value, raw values are actually already in
state.selectedTabSize/Position.*
Maybe motion values have to be used: https://motion.dev/docs/react-motion-value