@one-platform/opc-header
Advanced tools
Comparing version 0.0.1-prerelease to 0.0.2-prerelease
{ | ||
"name": "@one-platform/opc-header", | ||
"version": "0.0.1-prerelease", | ||
"version": "0.0.2-prerelease", | ||
"description": "A web component based on Lit Element for Red Hat One Platform Header", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -10,3 +10,3 @@ # opc-header component 👋 | ||
## Prerequisites | ||
The `op-header` component is partially dependent on the Patternfly library for breadcrumbs and links. So to avoid any missing styles, add the `patternfly.css` file before the component script tags. | ||
The `opc-header` component is partially dependent on the Patternfly library for breadcrumbs and links. So to avoid any missing styles, add the `patternfly.css` file before the component script tags. | ||
@@ -13,0 +13,0 @@ ## Usage |
@@ -51,3 +51,2 @@ import { LitElement, html, property, customElement } from 'lit-element'; | ||
super(); | ||
this._breadcrumb; | ||
} | ||
@@ -54,0 +53,0 @@ |
Sorry, the diff of this file is not supported yet
281848
13
489