@kyma-project/dc-odata-render-engine
v0.3.6
Published
OData render engine for @kyma-project/documentation-component
Downloads
6
Readme
OData Render Engine
Overview
The OData render engine is based on the OData React component.
Installation
using
npm
npm i @kyma-project/dc-odata-render-engine
using
yarn
yarn add @kyma-project/dc-odata-render-engine
Prerequisites
odata-react
: ^0.3.0
Styles
To use default styles based on SAP Fundamentals, install the npm package from this Getting Started guide and import the styles as follows:
import "@kyma-project/odata-react/lib/styles.css";
import "fiori-fundamentals/dist/fiori-fundamentals.min.css";
To use the default font 72
provided by SAP Fundamentals, import the font after installing the SAP Fundamentals package:
import "fiori-fundamentals/dist/fonts.min.css";