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
Maintainers
1
Install size
234 kB
Created

Changelog

Source

4.0.0 (30/01/2020)

  • BREAKING CHANGE: Button: changed CSS prop background-color -> background

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 30 Jan 2020

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