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

Added product walkthrough video #2175

Merged
merged 5 commits into from
Jun 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Quickly build internal tools. MUI Toolpad is a self-hosted low-code internal too

A [big change](https://github.com/mui/mui-toolpad/discussions/1748) is coming: we're making Toolpad focus much more on integrating with your IDE, while providing the ease of building UI fast with a drag and drop.

## Product walkthrough

https://github.com/mui/mui-toolpad/assets/92228082/03d3da62-a8a7-4d2d-a07e-975744af9683

## Notice

MUI Toolpad is in its beta stages of development. Feel free to run this application to try it out for your use-cases, and share any feedback, bug reports or feature requests that you come across.
Expand Down
Binary file modified docs/public/static/toolpad/marketing/index-hero-demo-video.mp4
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions docs/src/components/landing/DemoVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,8 @@ export default function DemoVideo() {
<Container>
<VideoContainer>
<Video
muted
autoPlay
playsInline
loop
controls
poster="/static/toolpad/marketing/index-hero-video-poster.png"
>
<source src="/static/toolpad/marketing/index-hero-demo-video.mp4" type="video/mp4" />
Expand Down