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

feat(playgroud): pass source path to custom render #977

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Timeless0911
Copy link
Collaborator

Summary

Related Issue

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@Timeless0911
Copy link
Collaborator Author

!canary

Copy link

netlify bot commented Apr 18, 2024

Deploy Preview for aquamarine-blini-95325f ready!

Name Link
🔨 Latest commit bd71a63
🔍 Latest deploy log https://app.netlify.com/sites/aquamarine-blini-95325f/deploys/6620ea461173490008f466e4
😎 Deploy Preview https://deploy-preview-977--aquamarine-blini-95325f.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 93 (🟢 up 4 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@Timeless0911 Timeless0911 enabled auto-merge (squash) April 18, 2024 09:15
@Timeless0911 Timeless0911 force-pushed the feat/source-path-in-playground branch from 9d4284f to bd71a63 Compare April 18, 2024 09:39
@@ -13,6 +13,7 @@ type Direction = 'horizontal' | 'vertical';
export interface PlaygroundProps extends HTMLAttributes<HTMLDivElement> {
code: string;
language: string;
source?: string;
Copy link
Member

@10Derozan 10Derozan Apr 21, 2024

Choose a reason for hiding this comment

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

Any comment?

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

Successfully merging this pull request may close these issues.

None yet

2 participants