0.3.6-next • Published 3 years ago

@kyma-project/dc-async-api-render-engine v0.3.6-next

Weekly downloads
184
License
Apache-2.0
Repository
github
Last release
3 years ago

AsyncAPI Render Engine

Overview

The AsyncAPI render engine is based on the AsyncAPI React component.

Installation

  • using npm

    npm i @kyma-project/dc-async-api-render-engine
  • using yarn

    yarn add @kyma-project/dc-async-api-render-engine

Configuration

NameRequiredTypeDefault valueDescription
configNoConfigInterfaceSee the default values here.Defines the configuration of the AsyncAPI React component.
themeNoThemeInterfaceSee the default values here.Defines the theme of the AsyncAPI React component.

NOTE: To learn how to pass options of a render engine, read this document.

Styles

To use default styles based on SAP Fundamentals, import them as follows:

import "@asyncapi/react-component/lib/styles/fiori.css";

To use the default font 72 provided by SAP Fundamentals, install the npm package from this Getting Started guide and import the font as follows:

import "fiori-fundamentals/dist/fonts.min.css";
0.3.6-next

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

4 years ago

0.3.3

5 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.2.0-alpha.1

6 years ago

0.2.0-alpha.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.1-alpha.1

6 years ago

0.0.1-alpha.0

6 years ago