@davidnet/svelte-ui
TypeScript icon, indicating that this package has built-in type declarations

1.5.21 • Public • Published

svelte-ui Logo

The building blocks for davidnet's advanced UI.

View the docs at Design.



[!IMPORTANT] The design website is the location for assets! View at Static Repo

[!CAUTION] svelte-ui is in BETA and iterating fast. Please use exact version numbers to avoid breaking changes.

Local Testing

Prepare svelte-ui

npm install

For each iteration do

npm run update

Linking the local version

In svelte-ui do.

npm link

Then do in the other project.

npm link @davidnet/svelte-ui
npm install

Unlinking the local version

Do in svelte-ui

npm unlink

Do in the other project

npm unlink @davidnet/svelte-ui
npm install

To release

Patch

npm run release-patch

Minor

npm run release-minor

Major

npm run release-major

Legacy

Without pushing & versioning

npm run release-legacy

Release schedule that is planned after beta.

MAJOR.MINOR.PATCH

Version Type Changes
PATCH Bug fixes only
MINOR Added features
MAJOR Breaking changes
Add an ^ in your version in package.json to allow PATCHES and MINORS.

Readme

Keywords

Package Sidebar

Install

npm i @davidnet/svelte-ui

Weekly Downloads

1,016

Version

1.5.21

License

MIT

Unpacked Size

122 kB

Total Files

75

Last publish

Collaborators

  • dedestem