Skip to content

Commit

Permalink
Clean up demos
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Nov 14, 2024
1 parent 02616e5 commit 277543f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 465 deletions.
5 changes: 1 addition & 4 deletions docs/src/app/experiments/accordion-animations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ function classNames(...c: Array<string | undefined | null | false>) {
export default function App() {
return (
<div className={classes.wrapper}>
<h3>
CSS @keyframe animations + `hidden=&quot;until-found&quot;` + keepMounted
</h3>
<h3>CSS @keyframe animations + `hidden=&quot;until-found&quot;`</h3>
<Accordion.Root
hiddenUntilFound
keepMounted
className={classes.root}
aria-label="Uncontrolled Material UI Accordion"
>
Expand Down
205 changes: 0 additions & 205 deletions docs/src/app/experiments/collapsible.tsx

This file was deleted.

Loading

0 comments on commit 277543f

Please sign in to comment.