@entur-partner/app-shell-standalone
v9.0.2
Published
Exports an AppShellStandalone component to run micro-frontends as a standalone application.
Keywords
Readme
Entur partner app-shell standalone
Exports an AppShellStandalone component to run micro-frontends as a standalone application.
Note: this package is mostly a wrapper for the lower-level building blocks in @entur-partner/app-shell. We don't want to expose those blocks to the micro-frontend.
Installation
npm install @entur-partner/micro-frontend-standalone
# or if you are using Yarn:
yarn add @entur-partner/micro-frontend-standaloneUsage
Both AppShellStandalone and PublicAppShellStandalone need this package's stylesheet in
addition to @entur-partner/common/styles:
import "@entur-partner/common/styles";
import "@entur-partner/app-shell-standalone/styles.css";It carries the .eps-content / .eps-public-content layout rules that position the
micro-frontend next to the side menu, plus the top navigation styling.
