1.1.3 • Published 3 years ago

scania-theme v1.1.3

Weekly downloads
260
License
ISC
Repository
github
Last release
3 years ago

npm version Github release GitHub Workflow Status

Scania Theme

Scania theme is a package to style Scania looks and feel in the Corporate UI 4.0 setup.

Installation

Import theme in the project and use it with addTheme function from corporate-ui.

import { defineCustomElements, addTheme } from 'corporate-ui'; 
import { theme as scania } from 'scania-theme'; 
 
defineCustomElements(); 
addTheme(scania);

Replace x with available releases.

Setup in project

Initialize the theme with the c-theme component. Set global attribute to true in order to enable bootstrap styling.

<c-theme name="scania" global="true"></c-theme>

Setup local development

  1. Clone scania-theme repository
git clone https://github.com/scania/scania-theme.git
  1. Download and install node.js: https://nodejs.org/en/
  2. If you're behind a firewall, CONFIGURE THE PROXY
  3. From the scania-theme folder, run npm i to install package dependencies
  4. Start the local setup by running npm start
  5. Scania theme scripts will be served on http://localhost:1338/scania-theme.js

License

The Scania brand identity and the interaction patterns found in this repository are not available on an open source basis. Although we have great freedom to make improvements and new components, some changes to interaction patterns and use of colours etc may not be approved.

1.2.0-3

3 years ago

1.2.0-2

3 years ago

1.2.0-1

3 years ago

1.1.3

4 years ago

1.1.3-2

4 years ago

1.1.3-1

4 years ago

1.1.2

4 years ago

1.1.2-1

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.0-1

4 years ago

1.1.0-0

4 years ago

1.0.2

4 years ago

1.0.2-0

4 years ago

1.0.1

4 years ago

1.0.1-0

4 years ago

1.0.0-0

4 years ago

1.0.0-beta.1

4 years ago

1.0.0-alpha.23

4 years ago

1.0.0-alpha.22

4 years ago

1.0.0-alpha.21

4 years ago

1.0.0-alpha.20

5 years ago

1.0.0-alpha.19

5 years ago

1.0.0-alpha.18

5 years ago

1.0.0-alpha.17

5 years ago

1.0.0-alpha.16

5 years ago

1.0.0-alpha.15

5 years ago

1.0.0-alpha.14

5 years ago

1.0.0-alpha.13

5 years ago

1.0.0-alpha.12

5 years ago

1.0.0-alpha.11

5 years ago

1.0.0-alpha.10

5 years ago

1.0.0-alpha.9

5 years ago

1.0.0-alpha.8

5 years ago

1.0.0-alpha.7

5 years ago

1.0.0-alpha.6

5 years ago

1.0.0-alpha.5

5 years ago

1.0.0-alpha.4

5 years ago

1.0.0-alpha.3

5 years ago

1.0.0-alpha.2

5 years ago

1.0.0-alpha.1

5 years ago

1.0.0

5 years ago