asyncapi-react icon indicating copy to clipboard operation
asyncapi-react copied to clipboard

React component for rendering documentation from your specification in real-time in the browser. It also provides a WebComponent and bundle for Angular and Vue

Results 99 asyncapi-react issues
Sort by recently updated
recently updated
newest added

**Description** Changes proposed in this pull request: Set the left menu collapsable: - expanded: ![image](https://user-images.githubusercontent.com/20404945/171182669-d94205cb-a97e-4bb8-a2f4-d7c85fc4ff42.png) - collapsed ![image](https://user-images.githubusercontent.com/20404945/171182888-d08d5fa6-d2cd-4e27-839b-ce636f2aac2b.png) **Related issue(s)** Resolves #441 Blocked by #621

enhancement

**Description** There are a number of configuration options, it would be nice if you could configure the default expand/collapse behaviour for the "Examples" section. **Reasons** As a visitor of the...

#### Reason/Context Please try answering few of those questions - Why we need this improvement? Depending on the screen resolution, the menu on the right side overlay the spec content...

enhancement
good first issue
area/library
Hacktoberfest

# Proposal to define Modules aka Plugins for UI component and Studio ## Abstract Currently, every part of our component is hardcoded, i.e. users cannot change the rendering of a...

enhancement
area/library
area/documentation
area/community

**Description** Prior to [@asyncapi/[email protected]](https://github.com/asyncapi/html-template/releases/tag/v0.21.0), operations' summary is shown in sidebar but current version does not: (code from v0.20.1) https://github.com/asyncapi/html-template/blob/d2c4513eef9b33bfc977ed5ed92eb188e8988b62/partials/sidebar.html#L50-L58 Changes proposed in this pull request: - if operation has a...

**Description** Use the same component for rendering schema examples as for message examples. **Reasons** The current view of schema messages is a bit unfriendly and is not consistent with message...

**Description** I have such a schema: ```yaml subscriptionStatus: type: object oneOf: - properties: channelID: type: integer description: ChannelID on successful subscription, applicable to public messages only. channelName: type: string description:...

enhancement
stale

**Description** We use the TailwindCSS for styling the component in the `next` version fo component. TailwindCSS is based on the config file in which we can change the base value...

enhancement
area/library
stale

The following example is found in the chapter **Composition and Inheritance (Polymorphism)** of the [specification](https://www.asyncapi.com/docs/specifications/2.0.0-rc1/). Current behavior in the generated html: If `Pet` is used in a message payload, only...

enhancement
stale

## Description I'm building an app in which I would like to include the playground, i.e. the default-exported `Playground` component from [`playground/src/Playground.tsx`](/asyncapi/asyncapi-react/blob/master/playground/src/Playground.tsx). However, it doesn't seem to be included in...