1.1.10 • Published 2 months ago

@digital-realty/ix-dialog v1.1.10

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

\

This webcomponent follows the open-wc recommendation.

Installation

npm i @digital-realty/ix-dialog

Usage

<script type="module">
  import '@digital-realty/ix-dialog/ix-dialog.js';
</script>

<ix-dialog open>
  <div slot="headline">
    Dialog title
  </div>
  <form slot="content" id="form-id" method="dialog">
    A simple dialog with free-form content.
  </form>
  <div slot="actions">
    <button form="form-id">Ok</button>
  </div>
</ix-dialog>

In React

<script type="module">
  import { IxDialog } from '@digital-realty/ix-dialog/IxDialog'
</script>

Demo and Documentation

Full documentation and demo are available at DLR Component Gallery.

1.1.10

2 months ago

1.1.9

2 months ago

1.1.8

2 months ago

1.1.7

2 months ago

1.1.6

2 months ago

1.1.5

3 months ago

1.1.4

3 months ago

1.1.3

3 months ago

1.1.2-alpha-NJEN.1

3 months ago

1.0.29

3 months ago

1.0.28

4 months ago

1.0.27

4 months ago

1.0.30-alpha.0

3 months ago

1.0.31-alpha.0

3 months ago

1.0.29-alpha.0

3 months ago

1.0.30

3 months ago

1.0.29-alpha.1

3 months ago

1.0.26

5 months ago

1.0.25

5 months ago

1.0.24

8 months ago

1.0.23

8 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago