0.2.3 • Published 4 years ago

@svelkit/chip v0.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@svelkit/chip

A chip component for svelte (part of svelkit)

License Latest Release View changelog Bundle Size

Installation

npm install @svelkit/chip

And then import it:

// using es modules
import Chip from '@svelkit/chip'

// common.js
const Chip = require('@svelkit/chip')

Alternatively use UNPKG or jsDelivr packages.

Hotlinking from unpkg: (no build tool needed!)

import chip from 'https://unpkg.com/@svelkit/chip?module'

Usage

<Chip>content</Chip>

License

svelkit is open source software licensed as MIT.