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

StackBlitz integration #538

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

StackBlitz integration #538

wants to merge 5 commits into from

Conversation

mhawryluk
Copy link
Collaborator

No description provided.

@mhawryluk mhawryluk marked this pull request as ready for review November 18, 2024 15:05
Copy link
Collaborator

@iwoplaza iwoplaza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing work! 🙌 🔥

@@ -182,6 +186,12 @@ export function ControlPanel() {
/>
</label>

{currentExample && currentExample in examples ? (
<Button onClick={() => openInStackBlitz(examples[currentExample])}>
Open in StackBlitz
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small suggestion, we can suggest a bit more by changing the words, since not everyone might be familiar with StackBlitz.

Suggested change
Open in StackBlitz
Edit on StackBlitz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants