-
Notifications
You must be signed in to change notification settings - Fork 588
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1891 from Aviral0702/master
Added meshery-design-embed extension to Meshery Extensions
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
layout: item | ||
name: Meshery Design Embed | ||
kind: extension | ||
userName: Meshery Authors | ||
userAvatarURL: https://png.pngtree.com/png-vector/20191104/ourmid/pngtree-businessman-avatar-cartoon-style-png-image_1953664.jpg | ||
type: Collaboration | ||
compatibility: | ||
- HTML | ||
- CSS | ||
- JavaScript | ||
extensionId: 2d54f372-10e5-4c4e-8d23-b9c35c68ce98 | ||
logo: /assets/images/meshery-logo.svg | ||
image: /assets/images/meshmap-icon.svg | ||
extensionInfo: | | ||
Export, embed, and share interactive designs effortlessly with Meshery Design Embedding. | ||
extensionCaveats: | | ||
- Embed your MeshMap design easily by selecting the "Embed" option and downloading the embedding script. | ||
- Use the script for static sites or integrate it into React projects with the 'meshery-design-embed' package. | ||
- Customize the embedded design’s styles with CSS classes or inline styles as needed. | ||
URL: 'https://playground.meshery.io/extensions' | ||
docsURL: 'https://docs.layer5.io/meshmap/designer/embedding-designs/' | ||
--- |