0.1.63 • Published 2 days ago

brfd-svui v0.1.63

Weekly downloads
-
License
MIT
Repository
-
Last release
2 days ago

Welcome to ../../lib/components

Relative paths

Since svelte-ui is a npm-published library, all import paths are relative instead of absolute. That is so that, when compiled, the paths will still make sense in the importing package.

There might be a way to compile relative paths into absolute ones, but at the moment documentation around this is scarce.

Running svelte-ui

If this is the first time doing this, run:

yarn
yarn build

This will create a dist folder which we will use to deploy

CSS

In your svelte-kit project, import in your main layout the following:

import '../../lib/components/dist/css/svui-tailwind.css'
import '../../lib/components/dist/css/theme.css'
import '../../lib/components/dist/css/smui.css'

Developing locally

To import svelte-ui in another project and watch for changes, do the following:

In the svelte-ui folder:

yarn link

In the folder where you want to use svelte-ui, make sure ../../lib/components is listed as a dependency inside package.json, and then run:

yarn link ../../lib/components

Now your local version of svelte-ui (the one you built in the dist folder) will be used instead of the npm-installed one. To watch for changes, inside the svelte-ui folder run:

yarn watch

Exporting components

Make sure all of your code is exported in index.ts, otherwise apps implementing svelte-ui will not be able to see it. No consts/types should be exported from .svelte files. All non-svelte components should be exported from .ts files.

Publishing svelte-ui

Make sure you are logged in locally to npm Increment the version in package.json, then run

yarn publish
0.1.63

2 days ago

0.1.61

3 days ago

0.1.62

3 days ago

0.1.60

9 days ago

0.1.59

10 days ago

0.1.57

13 days ago

0.1.58

13 days ago

0.1.56

15 days ago

0.1.55

15 days ago

0.1.54

18 days ago

0.1.52

20 days ago

0.1.53

20 days ago

0.1.51

20 days ago

0.1.50

22 days ago

0.1.49

23 days ago

0.1.48

23 days ago

0.1.45

28 days ago

0.1.44

1 month ago

0.1.42

2 months ago

0.1.43

2 months ago

0.1.41

3 months ago

0.1.40

3 months ago

0.1.38

3 months ago

0.1.39

3 months ago

0.1.37

4 months ago

0.1.36

4 months ago

0.1.35

4 months ago

0.1.34

4 months ago

0.1.10

8 months ago

0.1.11

8 months ago

0.1.12

8 months ago

0.1.13

8 months ago

0.1.14

8 months ago

0.1.15

8 months ago

0.1.0

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.8

9 months ago

0.0.26

9 months ago

0.1.7

9 months ago

0.0.27

9 months ago

0.0.28

9 months ago

0.1.9

9 months ago

0.0.29

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.30

6 months ago

0.1.31

6 months ago

0.1.32

6 months ago

0.1.33

5 months ago

0.0.21

10 months ago

0.0.22

10 months ago

0.0.23

10 months ago

0.0.24

10 months ago

0.0.25

9 months ago

0.1.27

6 months ago

0.1.28

6 months ago

0.1.29

6 months ago

0.1.20

7 months ago

0.1.21

7 months ago

0.1.22

7 months ago

0.1.23

7 months ago

0.1.24

7 months ago

0.1.25

6 months ago

0.1.26

6 months ago

0.1.16

7 months ago

0.1.17

7 months ago

0.1.18

7 months ago

0.1.19

7 months ago

0.0.20

10 months ago

0.0.18

10 months ago

0.0.19

10 months ago

0.0.10

11 months ago

0.0.11

11 months ago

0.0.12

11 months ago

0.0.13

11 months ago

0.0.14

11 months ago

0.0.15

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.17

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago