Closed AarjavP closed 5 years ago
for now it is pretty rigid, All you can do is copy the dist
folder onto your WebServers public
path and then
index.html
to your desired structureiframe
in your page(html) and point the <iframe src=>
to index.htmlBut keep an eye on this space. I am working on <custom-element>
which will be free of any frameworks to allow you to seamlessly integrate into any other page additionally will have a bunch of options for personalization such as
I am trying to wrap-up the initial beta in a months time, so documentation is talking a back seat. Will keep this issue open as documentation is in the plans
Alright, makes sense. This does look very promising!
Looking for more documentation that is similar to swagger-ui's seen here: https://github.com/swagger-api/swagger-ui#usage
Mainly these 2 topics:
SwaggerUI({dom_id: '#myDomId'})
?