-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[blog] Add post about upcoming plans for Base UI #40882
Merged
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
81c7662
add post draft and structure
danilo-leal f5a6a55
add open graph card
danilo-leal efbf435
add proper tags
danilo-leal 11f830e
simplify a couple of blog-related styles
danilo-leal 88177aa
remove misleading hover states on featured blog posts
danilo-leal fb25e5b
stray blog-related style adjustments
danilo-leal 6b4977c
experiment with a table for listing the to-be-added components
danilo-leal e380cbc
show demo and src component as an examples in blog
siriwatknp 5228dea
add a demo for the animation paragraph
danilo-leal f02d84d
rename the demo component; fix lint
danilo-leal b794450
fix links and demo lint
danilo-leal 2b8ac1d
add new paragraph about customization API
danilo-leal 3060340
add links and small tweaks
danilo-leal eb9bd74
add one more link
danilo-leal c287381
add small description on the animation demo
danilo-leal 2dcabff
small fix
danilo-leal 4259bee
add missing issues
danilo-leal 1d5d251
add images and beef up the post a bit more
danilo-leal b2ff1d8
add one more link and formatting
danilo-leal c48810e
run: pnpm docs:link-check
danilo-leal 7271a7b
remove numbers for the table to not imply order
danilo-leal 1793959
simplify copy
danilo-leal 23284f9
specify calendar year
danilo-leal 6ed4962
fix broken link
danilo-leal 21314e3
Michal's suggestions
danilo-leal cd4f79c
Sam's review
danilo-leal 80d4af1
updates and adjustments to the intro to Base UI old post
danilo-leal 8e0b8aa
update tags there as well
danilo-leal 1de2e76
little writing fix
danilo-leal d9248ed
standardize component name
danilo-leal 43ddea8
update publishing date
danilo-leal facbb26
update the description
danilo-leal 652c45e
update milestone image
danilo-leal bd4fef6
Olivier's review
danilo-leal ed962b6
docs:typescript:formatted
danilo-leal b358286
rephrase the paragraph about independent component versioning
danilo-leal 89e0f7b
add note about other future components
danilo-leal 4a7f689
more slight edits and fine-tunes
danilo-leal a25923a
update publishing date
danilo-leal 5863369
Matt's review
danilo-leal eec727e
fine-tune edits to get this out the door
danilo-leal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
show demo and src component as an examples in blog
- Loading branch information
commit e380cbcccfa4204a59d71c02c367214b9dced401
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import * as React from 'react'; | ||
import TopLayoutBlog from 'docs/src/modules/components/TopLayoutBlog'; | ||
import { docs } from './base-ui-2024-plans.md?@mui/markdown'; | ||
import * as pageProps from './base-ui-2024-plans.md?@mui/markdown'; | ||
|
||
export default function Page() { | ||
return <TopLayoutBlog docs={docs} />; | ||
return <TopLayoutBlog {...pageProps} />; | ||
} |
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I doesn't seem that should allow the blog to render demos. See my comment above for why #40882 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I honestly find the iframe experience to be so clunky and wonky in comparison to being able to have our own demo features within the blog posts. Why not have it? We could just show the controls and allow folks to jump straight into a CodeSandbox sort of thing and everything else.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but it's a lot more likely to keep working in the long term without slowing us down to update this demo to handle breaking changes.