-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(react): rename custom component
Stepper
to TransitionStepper
- Loading branch information
1 parent
67c054f
commit a098c77
Showing
10 changed files
with
373 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
128 changes: 128 additions & 0 deletions
128
packages/react/src/components/TransitionStepper/TransitionStepper.stories.mdx
This file contains 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,128 @@ | ||
import {ArgsTable, Source, Story, Canvas, Meta} from '@storybook/addon-docs'; | ||
import dedent from 'ts-dedent'; | ||
import TransitonStepper from './TransitionStepper.tsx'; | ||
import StoryConfig from '../../../.storybook/story-config.ts'; | ||
import Typography from '../Typography/index.ts'; | ||
|
||
export const meta = { | ||
component: TransitonStepper, | ||
title: StoryConfig.TransitionStepper.hierarchy, | ||
}; | ||
|
||
<Meta title={meta.title} component={meta.component} /> | ||
|
||
export const Template = args => <TransitonStepper {...args} />; | ||
|
||
# TransitionStepper | ||
|
||
- [Overview](#overview) | ||
- [Props](#props) | ||
- [Usage](#usage) | ||
|
||
## Overview | ||
|
||
TransitonStepper can be used to compose wizards and carousels. | ||
|
||
<Canvas> | ||
<Story | ||
name="Overview" | ||
args={{ | ||
currentStep: 0, | ||
steps: [ | ||
<Typography> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec auctor porttitor dolor eget tristique. Nam | ||
elementum, quam vel varius porttitor, purus est vestibulum augue, sed suscipit ligula metus at nibh. Donec | ||
eleifend suscipit nisi mollis sollicitudin. Vestibulum fermentum odio at maximus lacinia. Phasellus leo ipsum, | ||
vestibulum hendrerit enim vitae, ullamcorper tincidunt erat. Sed quam nulla, pharetra non mattis non, | ||
fringilla non massa. Donec maximus finibus dui et suscipit. Suspendisse potenti. In imperdiet hendrerit | ||
accumsan. Vivamus lacus nunc, mollis ut elementum eget, tempus vitae lectus. Ut molestie ante quis quam | ||
aliquam pretium. Vestibulum dignissim, odio vel volutpat porta, enim nisl auctor turpis, vel imperdiet nisl | ||
lorem id ligula. Proin varius scelerisque ligula ac consequat. | ||
</Typography>, | ||
<Typography> | ||
Aliquam vel ex tortor. Proin sed ullamcorper massa. Sed eu fringilla risus, a faucibus tortor. Duis euismod | ||
enim sit amet nunc condimentum, eget tristique ex ultricies. Suspendisse potenti. Phasellus risus ligula, | ||
imperdiet in imperdiet ac, hendrerit eu quam. Aliquam leo risus, vulputate nec auctor viverra, dictum a elit. | ||
Curabitur a accumsan lorem. Cras nec metus sed diam vehicula luctus nec sit amet dolor. Donec ac nibh finibus, | ||
varius arcu sit amet, dapibus neque. Morbi orci augue, commodo vitae tincidunt vel, tincidunt at justo. | ||
Quisque sem mauris, consectetur sit amet lobortis vel, consectetur sit amet massa. | ||
</Typography>, | ||
<Typography> | ||
Praesent varius porta tellus, ac mattis quam blandit at. Vestibulum in nisi at est rhoncus posuere ac vitae | ||
ligula. Phasellus molestie purus ac nulla vestibulum gravida. Morbi lacinia vehicula aliquam. Praesent mollis | ||
mollis arcu eu finibus. Morbi at nunc quam. Aliquam sed urna quis erat elementum bibendum vitae eu massa. | ||
</Typography>, | ||
<Typography> | ||
Sed placerat molestie tristique. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac | ||
turpis egestas. Vestibulum at libero bibendum, tempor nunc vel, luctus ipsum. Aenean ut diam ligula. Ut | ||
auctor, justo a tincidunt fermentum, nibh dui consectetur massa, eu congue sapien eros ut nisl. Nam nec | ||
fringilla sem. Pellentesque facilisis fermentum nibh, in volutpat ipsum porttitor ut. Quisque auctor lorem et | ||
dolor suscipit, nec rhoncus justo aliquam. Praesent elit sapien, tempor id mi et, fermentum accumsan justo. Ut | ||
a justo tortor. Proin in nisl vel arcu congue tristique. Proin mattis condimentum orci, quis accumsan neque | ||
auctor vel. | ||
</Typography>, | ||
], | ||
}} | ||
> | ||
{Template.bind({})} | ||
</Story> | ||
</Canvas> | ||
|
||
## Props | ||
|
||
<ArgsTable story="Overview" /> | ||
|
||
## Usage | ||
|
||
Import and use the `TransitonStepper` component in your components as follows. | ||
|
||
<Source | ||
language="jsx" | ||
dark | ||
format | ||
code={dedent` | ||
import TransitonStepper from '@oxygen-ui/react/TransitonStepper';\n | ||
function Demo() { | ||
return ( | ||
<TransitonStepper | ||
currentStep={0} | ||
steps={ | ||
[ | ||
<Typography> | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec auctor porttitor dolor eget tristique. Nam | ||
elementum, quam vel varius porttitor, purus est vestibulum augue, sed suscipit ligula metus at nibh. Donec | ||
eleifend suscipit nisi mollis sollicitudin. Vestibulum fermentum odio at maximus lacinia. Phasellus leo ipsum, | ||
vestibulum hendrerit enim vitae, ullamcorper tincidunt erat. Sed quam nulla, pharetra non mattis non, | ||
fringilla non massa. Donec maximus finibus dui et suscipit. Suspendisse potenti. In imperdiet hendrerit | ||
accumsan. Vivamus lacus nunc, mollis ut elementum eget, tempus vitae lectus. Ut molestie ante quis quam | ||
aliquam pretium. Vestibulum dignissim, odio vel volutpat porta, enim nisl auctor turpis, vel imperdiet nisl | ||
lorem id ligula. Proin varius scelerisque ligula ac consequat. | ||
</Typography>, | ||
<Typography> | ||
Aliquam vel ex tortor. Proin sed ullamcorper massa. Sed eu fringilla risus, a faucibus tortor. Duis euismod | ||
enim sit amet nunc condimentum, eget tristique ex ultricies. Suspendisse potenti. Phasellus risus ligula, | ||
imperdiet in imperdiet ac, hendrerit eu quam. Aliquam leo risus, vulputate nec auctor viverra, dictum a elit. | ||
Curabitur a accumsan lorem. Cras nec metus sed diam vehicula luctus nec sit amet dolor. Donec ac nibh finibus, | ||
varius arcu sit amet, dapibus neque. Morbi orci augue, commodo vitae tincidunt vel, tincidunt at justo. | ||
Quisque sem mauris, consectetur sit amet lobortis vel, consectetur sit amet massa. | ||
</Typography>, | ||
<Typography> | ||
Praesent varius porta tellus, ac mattis quam blandit at. Vestibulum in nisi at est rhoncus posuere ac vitae | ||
ligula. Phasellus molestie purus ac nulla vestibulum gravida. Morbi lacinia vehicula aliquam. Praesent mollis | ||
mollis arcu eu finibus. Morbi at nunc quam. Aliquam sed urna quis erat elementum bibendum vitae eu massa. | ||
</Typography>, | ||
<Typography> | ||
Sed placerat molestie tristique. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac | ||
turpis egestas. Vestibulum at libero bibendum, tempor nunc vel, luctus ipsum. Aenean ut diam ligula. Ut | ||
auctor, justo a tincidunt fermentum, nibh dui consectetur massa, eu congue sapien eros ut nisl. Nam nec | ||
fringilla sem. Pellentesque facilisis fermentum nibh, in volutpat ipsum porttitor ut. Quisque auctor lorem et | ||
dolor suscipit, nec rhoncus justo aliquam. Praesent elit sapien, tempor id mi et, fermentum accumsan justo. Ut | ||
a justo tortor. Proin in nisl vel arcu congue tristique. Proin mattis condimentum orci, quis accumsan neque | ||
auctor vel. | ||
</Typography>, | ||
] | ||
} | ||
/> | ||
); | ||
}`} | ||
/> |
130 changes: 130 additions & 0 deletions
130
packages/react/src/components/TransitionStepper/TransitionStepper.tsx
This file contains 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,130 @@ | ||
/** | ||
* Copyright (c) 2024, WSO2 LLC. (https://www.wso2.com). | ||
* | ||
* WSO2 LLC. licenses this file to you under the Apache License, | ||
* Version 2.0 (the "License"); you may not use this file except | ||
* in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, | ||
* software distributed under the License is distributed on an | ||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
* KIND, either express or implied. See the License for the | ||
* specific language governing permissions and limitations | ||
* under the License. | ||
*/ | ||
|
||
import type {OverridableComponent} from '@mui/material/OverridableComponent'; | ||
import clsx from 'clsx'; | ||
import {forwardRef, useCallback, useEffect, useRef, useState} from 'react'; | ||
import type {ElementType, Ref, ReactElement} from 'react'; | ||
import Box from '../Box'; | ||
import type {BoxProps, BoxTypeMap} from '../Box'; | ||
import './transition-stepper.scss'; | ||
|
||
export type TransitionStepperProps<C extends ElementType = ElementType> = BoxProps<C> & { | ||
/** | ||
* Animate the slide transition. | ||
*/ | ||
animateOnSlide?: boolean; | ||
/** | ||
* Current step. | ||
*/ | ||
currentStep: number; | ||
/** | ||
* Steps to be rendered. | ||
*/ | ||
steps: ReactElement[]; | ||
}; | ||
|
||
/** | ||
* The TransitionStepper can be used to compose wizards and carousels. | ||
* | ||
* Demos: | ||
* | ||
* - [Stepper (Oxygen UI)](https://wso2.github.io/oxygen-ui/react/?path=/docs/surfaces-stepper--overview) | ||
* | ||
* API: | ||
* | ||
* - inherits [Box API](https://mui.com/material-ui/api/box/) | ||
* | ||
* @remarks | ||
* - ✨ This is a custom component that is not available in the Material-UI library. | ||
* - ✔️ Props of the [Box](https://mui.com/material-ui/api/box/) component are also available. | ||
* - ✅ `component` prop is supported. | ||
* - ✅ The `ref` is forwarded to the root element. | ||
* | ||
* @template C - The type of the component. | ||
* @param props - The props for the TransitionStepper component. | ||
* @param ref - The ref to be forwarded to the Box component. | ||
* @returns The rendered TransitionStepper component. | ||
*/ | ||
const TransitionStepper: OverridableComponent<BoxTypeMap<TransitionStepperProps>> = forwardRef( | ||
<C extends ElementType = ElementType>( | ||
{animateOnSlide, className, currentStep = 0, steps}: TransitionStepperProps<C>, | ||
ref: Ref<HTMLDivElement>, | ||
): ReactElement => { | ||
const [slideLeftPosition, setSlideLeftPosition] = useState<number>(0); | ||
const [slideContainerWidth, setSlideContainerWidth] = useState<number>(0); | ||
|
||
const slideContainerRef: Ref<HTMLDivElement> = useRef<HTMLDivElement>(null); | ||
|
||
const classes: string = clsx('oxygen-transition-stepper', className); | ||
|
||
const slideContainer: (position: number) => void = useCallback( | ||
(position: number): void => { | ||
if (!animateOnSlide) { | ||
return; | ||
} | ||
|
||
const slideBy: number = position; | ||
setSlideLeftPosition(slideBy * -1 * currentStep); | ||
}, | ||
[currentStep, animateOnSlide], | ||
); | ||
|
||
useEffect(() => { | ||
if (!slideContainerRef?.current || !animateOnSlide) { | ||
return () => {}; | ||
} | ||
|
||
setSlideContainerWidth(slideContainerRef.current.offsetWidth); | ||
|
||
const handleResize = (): void => { | ||
const width: number = slideContainerRef.current.offsetWidth; | ||
setSlideContainerWidth(width); | ||
slideContainer(width); | ||
}; | ||
|
||
window.addEventListener('resize', handleResize); | ||
|
||
return (): void => { | ||
window.removeEventListener('resize', handleResize); | ||
}; | ||
}, [animateOnSlide, slideContainer]); | ||
|
||
useEffect(() => { | ||
slideContainer(slideContainerWidth); | ||
}, [slideContainerWidth, slideContainer]); | ||
|
||
if (animateOnSlide) { | ||
return ( | ||
<Box className={classes} ref={slideContainerRef}> | ||
<Box className="oxygen-transition-stepper-container" sx={{left: `${slideLeftPosition}px`}}> | ||
{steps.map((step: ReactElement) => ( | ||
<Box key={step.key} ref={ref} sx={{width: slideContainerWidth}}> | ||
{step} | ||
</Box> | ||
))} | ||
</Box> | ||
</Box> | ||
); | ||
} | ||
|
||
return steps[currentStep]; | ||
}, | ||
) as OverridableComponent<BoxTypeMap<TransitionStepperProps>>; | ||
|
||
export default TransitionStepper; |
41 changes: 41 additions & 0 deletions
41
packages/react/src/components/TransitionStepper/__tests__/TransitionStepper.test.tsx
This file contains 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,41 @@ | ||
/** | ||
* Copyright (c) 2024, WSO2 LLC. (https://www.wso2.com). | ||
* | ||
* WSO2 LLC. licenses this file to you under the Apache License, | ||
* Version 2.0 (the "License"); you may not use this file except | ||
* in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, | ||
* software distributed under the License is distributed on an | ||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
* KIND, either express or implied. See the License for the | ||
* specific language governing permissions and limitations | ||
* under the License. | ||
*/ | ||
|
||
import {render} from '@unit-testing'; | ||
import {ReactElement} from 'react'; | ||
import Typography from '../../Typography'; | ||
import TransitionStepper from '../TransitionStepper'; | ||
|
||
const steps: ReactElement[] = [ | ||
<Typography>Step 1</Typography>, | ||
<Typography>Step 2</Typography>, | ||
<Typography>Step 3</Typography>, | ||
<Typography>Step 4</Typography>, | ||
]; | ||
|
||
describe('TransitionStepper', () => { | ||
it('should render successfully', () => { | ||
const {baseElement} = render(<TransitionStepper steps={steps} currentStep={0} />); | ||
expect(baseElement).toBeTruthy(); | ||
}); | ||
|
||
it('should match the snapshot', () => { | ||
const {baseElement} = render(<TransitionStepper steps={steps} currentStep={0} />); | ||
expect(baseElement).toMatchSnapshot(); | ||
}); | ||
}); |
13 changes: 13 additions & 0 deletions
13
.../src/components/TransitionStepper/__tests__/__snapshots__/TransitionStepper.test.tsx.snap
This file contains 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,13 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`TransitionStepper should match the snapshot 1`] = ` | ||
<body> | ||
<div> | ||
<p | ||
class="MuiTypography-root MuiTypography-body1 oxygen-typography css-1qp7oek-MuiTypography-root" | ||
> | ||
Step 1 | ||
</p> | ||
</div> | ||
</body> | ||
`; |
This file contains 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,20 @@ | ||
/** | ||
* Copyright (c) 2024, WSO2 LLC. (https://www.wso2.com). | ||
* | ||
* WSO2 LLC. licenses this file to you under the Apache License, | ||
* Version 2.0 (the "License"); you may not use this file except | ||
* in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, | ||
* software distributed under the License is distributed on an | ||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
* KIND, either express or implied. See the License for the | ||
* specific language governing permissions and limitations | ||
* under the License. | ||
*/ | ||
|
||
export {default} from './TransitionStepper'; | ||
export * from './TransitionStepper'; |
Oops, something went wrong.