OData render engine for @kyma-project/documentation-component
npm install @kyma-project/dc-odata-render-engineThe OData render engine is based on the OData React component.
- using npm
``bash`
npm i @kyma-project/dc-odata-render-engine
- using yarn
`bash`
yarn add @kyma-project/dc-odata-render-engine
- odata-react: ^0.3.0
To use default styles based on SAP Fundamentals, install the npm package from this Getting Started guide and import the styles as follows:
`js`
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:
`js``
import "fiori-fundamentals/dist/fonts.min.css";