Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vtmn/css-tabs

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtmn/css-tabs - npm Package Compare versions

Comparing version 0.3.14 to 0.3.15

4

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc