Skip to content
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

Storybook: Add stories for the TextAlignmentControl component #67371

Merged
Prev Previous commit
Next Next commit
Storybook: Simplify the documentation for TextAlignmentControl story
  • Loading branch information
himanshupathak95 committed Dec 13, 2024
commit f3b54c775d7a3c0daab96508c45d0b1c59e001d8
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ const meta = {

export default meta;

/**
* Default story showing TextAlignmentControl with left alignment
*/
export const Default = {
render: function Template( { onChange, ...args } ) {
const [ value, setValue ] = useState();
Expand Down
Loading