Socket
Socket
Sign inDemoInstall

@sveltekit/ui

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @sveltekit/ui

Svelte UI Library


Version published
Weekly downloads
14
decreased by-36.36%
Maintainers
1
Install size
235 kB
Created
Weekly downloads
 

Changelog

Source

3.0.0 (06/12/2019)

  • BREAKING CHANGE: Icon component refactored, now individually import the icon you need.

Readme

Source

Getting started

$  npm install @sveltekit/ui

Note: Install as a dev dependency npm i @sveltekit/ui -D if using Sapper to avoid SSR errors.

Dev

Dependencies

Setup

$  yarn

To work locally on the components you'll need to yarn link the project to itself

$  yarn link
$  yarn link @sveltekit/ui
$  yarn dev

Tests

Run tests (make sure you also have yarn dev running in another console)

$  yarn test:browser

Releases

Once all changes/PRs required for release have been merge to develop then create a PR for develop to be merged into master.

Complete the PR, which will merge all develop changes into master.

Checkout master and pull down from origin to retrieve latest changes.

Update CHANGELOG and commit change (don't push).

Run npm version <update_type> https://docs.npmjs.com/about-semantic-versioning Then npm publish

Finally, checkout develop and merge in changes from master ie. git merge master

Keywords

FAQs

Last updated on 05 Dec 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc