@vtmn/css-tabs
Advanced tools
Comparing version 0.3.14 to 0.3.15
{ | ||
"name": "@vtmn/css-tabs", | ||
"version": "0.3.14", | ||
"version": "0.3.15", | ||
"description": "Decathlon Design System - Vitamin specific CSS styles for tabs component", | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
"svelte": "dist/index-with-vars.css", | ||
"gitHead": "1f5debcd24b8a05c5965f1173696c3c888ca852f" | ||
"gitHead": "011c6173f2b7b5e5e04c6da3c7e336f2ececfc31" | ||
} |
@@ -64,2 +64,22 @@ # `@vtmn/css-tabs` | ||
## Install icons (optional) | ||
If you need to display icons, you will need to install `@vtmn/icons` package. | ||
```sh | ||
# with npm | ||
npm i -S @vtmn/icons | ||
# with yarn | ||
yarn add @vtmn/icons | ||
``` | ||
Then follow instructions in [README of @vtmn/icons](https://www.npmjs.com/package/@vtmn/icons) : | ||
```javascript | ||
import '@vtmn/icons/dist/vitamix/font/vitamix.css'; | ||
``` | ||
Or you can also import it with a CDN like `unpkg.com` with [this file](https://unpkg.com/@vtmn/icons/dist/vitamix/font/vitamix.css). | ||
## Usage | ||
@@ -66,0 +86,0 @@ |
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
32114
169