Solution Center Navigation

Reusable navigation header for software connecting to the Zalando Solution Center

Build Status

Changelog

Installation

Install via npm or yarn

npm install solution-center-navigation
yarn add solution-center-navigation

Usage

  1. Load the script in your <head>:

    <script src="../node_modules/solution-center-navigation/dist/solution-center-navigation.js"></script>
  2. Include the solution-center-navigation module as a dependency in your app.

  3. Insert the component at the top of your application:

    <sc-navigation
        user="user"
        products="products"
        current-app-id="currentAppId">
    </sc-navigation>

Style

The Solution Center Navigation is intended to be used with the dress code style. That package is included as a dependency.

Demo

See the demo folder. To run the demo locally, follow the Develop instructions below.

Develop

Clone the repository, then run:

npm install

License

MIT

Changelog

You can check the new changes implemented in every version in the changelog