plasmicapp / plasmic

Visual builder for React. Build apps, websites, and content. Integrate with your codebase.
https://www.plasmic.app
MIT License
4.72k stars 382 forks source link

ASP core integration for widgets/components #26

Closed fasteddys closed 2 years ago

fasteddys commented 2 years ago

Hello this is great, how do we integrate into ASP core.

Also how do we build dashboards, figma does not hav that.

yang commented 2 years ago

Hi, not familiar with ASP Core, but Plasmic has a generic REST API that you can call (with HttpClient?) to fetch the HTML/CSS/JS to render directly in a page. Does that help? https://docs.plasmic.app/learn/rest-api/

papyr commented 2 years ago

Hello, yes its has API.

Does the front end allow Razor syntax (ASP MVC) so I can put data inside.

Also, what is the call to save the page in the back end.

Can you please add eCharts graphs charts as components to the plasmic for user to add them. Or what is the process to add new custom components

yang commented 2 years ago

Here is the entry point for learning how to register code components for use in Plasmic:

https://docs.plasmic.app/learn/code-components/

You can thus provide code components to enable your content editors to add dynamic data in the visual builder, without needing to know coding syntax to do so.