0.4.2 • Published 4 years ago

@marcj/angular-desktop-ui v0.4.2

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

Angular Desktop UI

This is a collection for native desktop like user interface components in Angular 7, especially useful for Electron apps.

It starts with MacOS support, light and dark mode.

Work in progress

This work is in progress and is sometimes streamed via twitch.tv: https://www.twitch.tv/marc__js

Screens

MacOS Light

MacOS Dark

<dui-form>
    <dui-form-row label="Username">
        <input type="text" value="Value" />
    </dui-form-row>

    <dui-form-row label="Really?">
        <dui-checkbox>Checkbox A</dui-checkbox>
    </dui-form-row>

    <dui-form-row label="Which one">
        <dui-radiobox [(model)]="radioValue" value="a">Radio A</dui-radiobox><br/>
        <dui-radiobox [(model)]="radioValue" value="b">Radio B</dui-radiobox>
        <p>
            Chosen: {{radioValue}}
        </p>
    </dui-form-row>

    <dui-form-row label="Another one">
        <dui-select [(model)]="radioValue" placeholder="Please choose">
            <dui-option value="a">Option A</dui-option>
            <dui-option value="b">Option B</dui-option>
        </dui-select>
    </dui-form-row>

    <dui-form-row label="Empty">
        <dui-select style="width: 100px;" [(model)]="selectBox1" placeholder="Please choose">
            <dui-option value="x">Option X</dui-option>
            <dui-option value="y">Option Y</dui-option>
        </dui-select>
    </dui-form-row>
</dui-form>

<diu-button>Send</diu-button>

Installation

Install in your already existing Angular project.

npm install @marcj/angular-desktop-ui

Add assets to your Angular assets.

# angular.json
# projects.architect.build.assets:

              {
                "glob": "**/*",
                "input": "./node_modules/@marcj/angular-desktop-ui/assets/fonts",
                "output": "assets/fonts"
              }

Add to tsconfig.json

tsconfig.json

  "include": [
    "./src",
    "node_modules/@marcj/angular-desktop-ui/**/*.ts"
  ]
0.4.1

4 years ago

0.4.2

4 years ago

0.3.25

4 years ago

0.3.24

4 years ago

0.3.23

4 years ago

0.3.22

4 years ago

0.3.21

4 years ago

0.3.20

4 years ago

0.3.19

4 years ago

0.3.18

4 years ago

0.3.17

4 years ago

0.3.16

4 years ago

0.3.15

4 years ago

0.3.14

4 years ago

0.3.13

4 years ago

0.3.12

4 years ago

0.3.11

4 years ago

0.3.9

4 years ago

0.3.10

4 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago