0.3.6 • Published 2 years ago

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

Weekly downloads
397
License
Apache-2.0
Repository
github
Last release
2 years ago

OpenApi Render Engine

Overview

The OpenAPI render engine is based on the Swagger UI component.

Installation

  • using npm

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

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

Configuration

NameRequiredTypeDefault valueDescription
pluginsNoany[]Defines custom plugins for the Swagger UI component. Read this document for more details.
schemaUrlNoany{}Defines the custom schema for the SwaggerUI 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 "@kyma-project/dc-open-api-render-engine/lib/styles.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

2 years ago

0.3.5

2 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.2.0-alpha.1

5 years ago

0.2.0-alpha.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.1-alpha.1

5 years ago

0.0.1-alpha.0

5 years ago