1.2.2 • Published 3 years ago

@zoomui/page-template v1.2.2

Weekly downloads
4
License
-
Repository
-
Last release
3 years ago

Introduction

Page template is the basic structure for a projec based on the Zoom UI Library. It includes header, footer and main html structure.

####Instructions

#####Install Zoom UI Library basic packages

  1. Install Basic package:
    Basic npm package.
    npm install @zoomui/basics

  2. Install icons package:
    Icons npm package.
    npm install @zoomui/icons

  3. Install page template:
    Page template npm package.
    npm install @zoomui/page-template

  4. Install white labeling:
    White Label npm package.
    npm install @zoomui/white-labeling

#####Create a basic structure Copy this example code in your app.component.html file:

<zoom-page-template>
    <ng-container zoomHeader>
        <zoom-header raetId="zoomHeader">
            <span class="platform-name" platformName>Visma | Raet</span>
            <img src="assets/img/yourLogo.png" logo alt="" />
            <span subBarText>Hi!</span>
        </zoom-header>
    </ng-container>

    <ng-container zoomMain>
        <p>Lorem ipsum dolor sic amet.</p>
    </ng-container>

    <ng-container zoomFooter>
        <zoom-footer raetId="zoomFooter">
        Responsible disclosure policy
        </zoom-footer>
    </ng-container>
</zoom-page-template>
1.2.0

3 years ago

1.1.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.0.0

4 years ago

0.0.42

4 years ago

0.0.43

4 years ago

0.0.41

4 years ago

0.0.40

4 years ago

0.0.39

4 years ago

0.0.38

5 years ago

0.0.37

5 years ago

0.0.36

5 years ago

0.0.35

5 years ago

0.0.34

5 years ago

0.0.33

5 years ago

0.0.32

5 years ago

0.0.31

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.26

5 years ago

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.20

5 years ago

0.0.10

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago