@equinor/fusion-wc-divider
v1.1.2
Published
<!--prettier-ignore-start--> ## `fusion-wc-divider` [![Published on npm](https://img.shields.io/npm/v/@equinor/fusion-wc-divider.svg)](https://www.npmjs.com/package/@equinor/fusion-wc-divider)
Downloads
6,127
Keywords
Readme
fusion-wc-divider
Installation
npm install @equinor/fusion-wc-divider
Divider <fwc-divider>
Properties/Attributes
| Name | Type | Default | Description |
| ------------- | ------------------------ | ------------ | --------------------------------------------------------- |
| color
| DividerColor*
| medium
| Color of the divider. |
| spacing
| DividerSpacing**
| medium
| Spacing between the divider and the surrounding elements. |
| variant
| DividerVariant***
| full
| Variant of the divider. |
| orientation
| DividerOrientation****
| horizontal
| Orientation of the divider. |
* DividerColor
is exported by fwc-divider
.
type DividerColor = 'medium' | 'light' | 'lighter';
** DividerSpacing
is exported by fwc-divider
.
type DividerSpacing = 'small' | 'medium' | 'large';
*** DividerVariant
is exported by fwc-divider
.
type DividerVariant = 'full' | 'middle' | 'list';
**** DividerOrientation
is exported by fwc-divider
.
type DividerOrientation = 'horizontal' | 'vertical';