0.42.2 • Published 28 days ago

@spectrum-web-components/divider v0.42.2

Weekly downloads
164
License
Apache-2.0
Repository
github
Last release
28 days ago

Description

sp-divider brings clarity to a layout by grouping and dividing content that exists in close proximity. It can also be used to establish rhythm and hierarchy.

Usage

See it on NPM! How big is this package in your project? Try it on webcomponents.dev

yarn add @spectrum-web-components/divider

Import the side effectful registration of <sp-divider> via:

import '@spectrum-web-components/divider/sp-divider.js';

When looking to leverage the Divider base class as a type and/or for extension purposes, do so via:

import { Divider } from '@spectrum-web-components/divider';

Horizontal

<h2 class="spectrum-Heading spectrum-Heading--sizeXS">Small</h2>
<sp-divider size="s"></sp-divider>
<p class="spectrum-Body">
    Divide like-elements (tables, tool groups, elements within a panel, etc.)
</p>
<h2 class="spectrum-Heading spectrum-Heading--sizeS">Medium</h2>
<sp-divider size="m"></sp-divider>
<p class="spectrum-Body">
    Divide subsections, or divide different groups of elements (between panels,
    rails, etc.)
</p>
<h2 class="spectrum-Heading spectrum-Heading--sizeM">Large</h2>
<sp-divider size="l"></sp-divider>
<p class="spectrum-Body">Page or Section Titles.</p>

Vertical

When a vertical Divider is used inside of a flex container, use align-self: stretch; height: auto; on the Divider.

<div style="height: 32px; display: flex;">
    <sp-action-button quiet label="Zoom in">
        <sp-icon-magnify slot="icon"></sp-icon-magnify>
    </sp-action-button>
    <sp-divider
        size="s"
        style="align-self: stretch; height: auto;"
        vertical
    ></sp-divider>
    <sp-action-button quiet label="Zoom in">
        <sp-icon-magnify slot="icon"></sp-icon-magnify>
    </sp-action-button>
</div>
<div style="height: 32px; display: flex;">
    <sp-action-button quiet label="Zoom in">
        <sp-icon-magnify slot="icon"></sp-icon-magnify>
    </sp-action-button>
    <sp-divider
        size="m"
        style="align-self: stretch; height: auto;"
        vertical
    ></sp-divider>
    <sp-action-button quiet label="Zoom in">
        <sp-icon-magnify slot="icon"></sp-icon-magnify>
    </sp-action-button>
</div>
<div style="height: 32px; display: flex;">
    <sp-action-button quiet label="Zoom in">
        <sp-icon-magnify slot="icon"></sp-icon-magnify>
    </sp-action-button>
    <sp-divider
        size="l"
        style="align-self: stretch; height: auto;"
        vertical
    ></sp-divider>
    <sp-action-button quiet label="Zoom in">
        <sp-icon-magnify slot="icon"></sp-icon-magnify>
    </sp-action-button>
</div>
0.42.2

28 days ago

0.42.1

28 days ago

0.42.0

1 month ago

0.41.2

2 months ago

0.41.1

2 months ago

0.41.0

3 months ago

0.40.5

3 months ago

0.40.4

3 months ago

0.40.3

4 months ago

0.40.2

4 months ago

0.40.1

5 months ago

0.36.0

9 months ago

0.40.0

6 months ago

0.35.1-rc.15

9 months ago

0.37.0

9 months ago

0.34.1-rc.0

10 months ago

0.35.1-rc.25

9 months ago

0.35.1-rc.26

9 months ago

0.35.1-rc.24

9 months ago

0.35.1-rc.29

9 months ago

0.38.0

8 months ago

0.35.1-rc.34

9 months ago

0.34.0

10 months ago

0.35.1-rc.43

9 months ago

0.35.1-rc.41

9 months ago

0.39.1

7 months ago

0.39.0

7 months ago

0.35.0

9 months ago

0.39.4

6 months ago

0.39.3

7 months ago

0.39.2

7 months ago

0.33.3-overlay.66

10 months ago

0.33.3-overlay.65

10 months ago

0.33.3-overlay.61

10 months ago

0.31.1-react.21

11 months ago

0.32.0

11 months ago

0.31.1-react.3

12 months ago

0.31.1-react.1

12 months ago

0.31.1-react.2

12 months ago

0.30.1-overlay.30

12 months ago

0.33.1-overlay.39

11 months ago

0.30.1-overlay.31

12 months ago

0.33.2

11 months ago

0.33.0

11 months ago

0.30.1-overlay.38

12 months ago

0.30.1-overlay.37

12 months ago

0.30.1-overlay.41

12 months ago

0.30.1-overlay.42

12 months ago

0.30.1-overlay.40

12 months ago

0.30.0

12 months ago

0.33.1-overlay.41

11 months ago

0.32.1-overlay.33

11 months ago

0.32.1-overlay.41

11 months ago

0.31.0

12 months ago

0.31.1-overlay.29

12 months ago

0.6.8-overlay.8

1 year ago

0.6.8-overlay.9

1 year ago

0.6.7

1 year ago

0.6.9

1 year ago

0.6.8

1 year ago

0.6.6-react.75

1 year ago

0.6.6

1 year ago

0.6.6-react.50

1 year ago

0.6.6-react.48

1 year ago

0.6.6-react.49

1 year ago

0.6.3-react.54

1 year ago

0.6.6-react.32

1 year ago

0.6.3

1 year ago

0.6.5

1 year ago

0.6.4

1 year ago

0.6.2

1 year ago

0.6.1

1 year ago

0.6.0

2 years ago

0.5.1

2 years ago

0.5.0-devmode.0

2 years ago

0.4.13-devmode.0

2 years ago

0.5.0

2 years ago

0.4.12-devmode.7

2 years ago

0.4.12-devmode.0

2 years ago

0.4.10

2 years ago

0.4.11

2 years ago

0.4.12

2 years ago

0.4.9

2 years ago

0.4.8

2 years ago

0.4.7

2 years ago

0.4.6

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.3-express.12

2 years ago

0.4.4-express.9

2 years ago

0.4.2-express.41

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.3.1

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.1-lit-next.0

2 years ago

0.3.0

2 years ago

0.2.9-lit-next.0

3 years ago

0.2.8

3 years ago

0.2.8-alpha.69

3 years ago

0.2.8-alpha.40

3 years ago

0.2.8-alpha.1

3 years ago

0.2.7

3 years ago

0.2.7-alpha.59

3 years ago

0.2.7-alpha.1

3 years ago

0.2.6

3 years ago

0.2.6-alpha.74

3 years ago

0.2.6-alpha.73

3 years ago

0.2.6-alpha.72

3 years ago

0.2.6-alpha.61

3 years ago

0.2.6-alpha.27

3 years ago

0.2.6-alpha.0

3 years ago

0.2.5

3 years ago

0.2.4-alpha.26

3 years ago

0.2.4

3 years ago

0.2.4-alpha.23

3 years ago

0.2.4-alpha.21

3 years ago

0.2.4-alpha.17

3 years ago

0.2.4-alpha.11

3 years ago

0.2.4-beta.16

3 years ago

0.2.4-alpha.12

3 years ago

0.2.4-beta.17

3 years ago

0.2.4-beta.14

3 years ago

0.2.4-beta.15

3 years ago

0.2.4-beta.12

3 years ago

0.2.4-beta.13

3 years ago

0.2.4-beta.10

3 years ago

0.2.4-beta.11

3 years ago

0.2.4-alpha.9

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.1-alpha.33

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago