@finastra/divider
Advanced tools
Comparing version 0.0.28 to 0.0.29
{ | ||
"name": "@finastra/divider", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "Divider Web Component", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "1f67ed5c3706eeb53f0660eee44743b02bbebaaa" | ||
"gitHead": "d143c1adf4a3307e3eaafaa76b9e3ccbea31ea5e" | ||
} |
# Divider | ||
[![See it on NPM!](https://img.shields.io/npm/v/@finastra/divider?style=for-the-badge)](https://www.npmjs.com/package/@finastra/divider) | ||
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@finastra/divider?style=for-the-badge)](https://bundlephobia.com/result?p=@finastra/divider) | ||
[![Storybook](https://shields.io/badge/-Play%20with%20this%20web%20component-2a0481?logo=storybook&style=for-the-badge)](https://finastra.github.io/finastra-design-system/?path=/story/components-divider--default) | ||
`fds-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. | ||
## Demo | ||
Divider demo is available [here](https://finastra.github.io/finastra-design-system/?path=/story/components-divider--default-story) | ||
## Usage | ||
[![See it on NPM!](https://img.shields.io/npm/v/@finastra/divider?style=for-the-badge)](https://www.npmjs.com/package/@finastra/divider) | ||
[![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@finastra/divider?style=for-the-badge)](https://bundlephobia.com/result?p=@finastra/divider) | ||
### Import | ||
@@ -17,1 +16,15 @@ ``` | ||
``` | ||
```ts | ||
import '@finastra/divider'; | ||
... | ||
<fds-divider inset="both"></fds-divider> | ||
``` | ||
### Pure HTML pages | ||
```html | ||
<script type="module" src="https://unpkg.com/@finastra/divider@latest/dist/src/divider.js?module"></script> | ||
<fds-divider inset="both"></fds-divider> | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13185
30