Socket
Socket
Sign inDemoInstall

@vtmn/css-chip

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vtmn/css-chip - npm Package Compare versions

Comparing version 0.6.11 to 0.6.12

4

package.json
{
"name": "@vtmn/css-chip",
"version": "0.6.11",
"version": "0.6.12",
"description": "Decathlon Design System - Vitamin specific CSS styles for chip component",

@@ -42,3 +42,3 @@ "keywords": [

"svelte": "dist/index-with-vars.css",
"gitHead": "1f5debcd24b8a05c5965f1173696c3c888ca852f"
"gitHead": "011c6173f2b7b5e5e04c6da3c7e336f2ececfc31"
}

@@ -64,2 +64,22 @@ # `@vtmn/css-chip`

## 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