Skip to content

Commit

Permalink
[blog] Add Material UI v6 stable release (#41932)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp authored Aug 22, 2024
1 parent f4a7047 commit 0e035ea
Show file tree
Hide file tree
Showing 11 changed files with 867 additions and 74 deletions.
7 changes: 7 additions & 0 deletions docs/pages/blog/material-ui-v6-is-out.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import * as React from 'react';
import TopLayoutBlog from 'docs/src/modules/components/TopLayoutBlog';
import { docs, srcComponents } from './material-ui-v6-is-out.md?muiMarkdown';

export default function Page() {
return <TopLayoutBlog docs={docs} srcComponents={srcComponents} />;
}
Loading

0 comments on commit 0e035ea

Please sign in to comment.