1.0.9 • Published 2 years ago

lotus-library v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Lotus Library

Die Bibliothek beinhalt:

  • Komponenten
  • Hooks
  • Models
  • Styles
  • Utils

Verwendung

Für den internen gebrauch.

npm i lotus-library

react-app-env.d.ts

import { StencilToReact } from "lotus-library/stencilToReact";
import { ScaleIntrinsicElements } from "lotus-library/intrinsicElements";

/// <reference types="react-scripts" />

declare global {
  export namespace JSX {
    export interface IntrinsicElements extends StencilToReact<ScaleIntrinsicElements> {}
  }
}

Peer Dependencies

"peerDependencies": {
    "@babel/runtime": "^7.16.7",
    "@microsoft/signalr": "^6.0.1",
    "@telekom/scale-components": "^3.0.0-beta.40",
    "axios": "^0.24.0",
    "date-fns": "^2.28.0",
    "formik": "^2.2.9",
    "lodash": "^4.17.21",
    "moment": "^2.29.1",
    "react": "^17.0.2",
    "react-cookie": "^4.1.1",
    "react-dom": "^17.0.2",
    "react-dropzone": "^11.4.2",
    "react-helmet": "^6.1.0",
    "react-query": "^3.34.7",
    "react-router-dom": "^6.2.1",
    "react-table": "^7.7.0",
    "react-virtual": "^2.10.0",
    "styled-components": "^5.3.3"
  }