elements
elements copied to clipboard
Build beautiful, interactive API Docs with embeddable React or Web Components, powered by OpenAPI and Markdown.
The pages rendered are not responsive. Is it something i am missing or currently responsiveness is not supported? This can be replicated in the demo site as well. https://elements-demo.stoplight.io/
I have three simple models (CompA, CompB and CompC). CompB inherits all from CompA, CompC inherits from CompB. For the sake of simplicity CompB and CompC each extend the inherited...
As a API consumer I would like to see what API server is selected. Currently I can't, because instead of server description I see title of OpenAPI document. I need...
When an OpenAPI object contains a oneOf, it fails to generate an example on the model view. ## Context I don't send a valid sample API request because the body...
hi, On our embedded API pages, I am seeing some links for the page navigation. It's being added by default. These inbuilt links are being shown on the GUI like...
## Context Also the Elements UI gets super slow when payload is big. ## Current Behavior  ## Expected Behavior The response payload would be formatted and indented to make...
## User Story Description Example spec: ```yaml paths: /search: get: summary: Search description: Search all available resources. operationId: search security: - bearerAuth: - users.list - apps.list - datasets.list - tags.list...
## Describe the bug Docs cover how to use the search element when using React or Gatsby, but don't cover how to do that when you're using the Web Component....
Some of our models have attribute types like string and in addition null. ## Context ## Current Behavior In Stoplight Studio type string and null is rendered in preview mode,...
I'm trying to create a POST request to enable upload of multiple files. ``` type: object properties: source_file: type: array description: File content items: type: string format: binary ``` The...