2.0.81 • Published 7 months ago

@solidbasisventures/intelliwaketssveltekitv2 v2.0.81

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

IntelliWake TS SvelteKit V2

Overview

This NPM package provides common functions and components that enhance a SvelteKit project.

It leverages other IntelliWake modules.

Installation

Installing this package can be done with npm or pnpm

pnpm install @solidbasisventures/intelliwaketssveltekitv2

Usage

Styling

For the styling of this package to work, tailwind must be installed on the host project. Then the following line should be added to tailwind.config.cjs in the host project.

'./node_modules/@solidbasisventures/intelliwaketssveltekitv1/**/*.{svelte,js,ts,jsx,tsx}'

The end result should look like this:

/** @type {import('tailwindcss').Config} */
module.exports = {
    content: [
        './src/**/*.{html,js,svelte,ts}',
        './node_modules/@solidbasisventures/intelliwaketssveltekitv1/**/*.{svelte,js,ts,jsx,tsx}'
    ],
}

This will cause tailwind to automatically include the tailwind classes found in this library.

Importing

All imports are named imports and should look as follows

import {ComponentName} from "@solidbasisventures/intelliwaketssveltekitv1"
2.0.78

8 months ago

2.0.81

7 months ago

2.0.69

8 months ago

2.0.68

8 months ago

2.0.67

8 months ago

2.0.66

10 months ago

2.0.64

10 months ago

2.0.62

12 months ago

2.0.63

10 months ago

2.0.60

12 months ago

2.0.61

12 months ago

2.0.59

1 year ago

2.0.58

1 year ago

2.0.57

1 year ago

2.0.56

1 year ago

2.0.55

1 year ago

2.0.53

1 year ago

2.0.54

1 year ago

2.0.52

1 year ago

2.0.51

1 year ago

2.0.48

1 year ago

2.0.49

1 year ago

2.0.50

1 year ago

2.0.47

1 year ago

2.0.46

1 year ago

2.0.45

1 year ago

2.0.44

1 year ago

2.0.43

1 year ago

2.0.40

1 year ago

2.0.41

1 year ago

2.0.37

1 year ago

2.0.38

1 year ago

2.0.35

1 year ago

2.0.36

1 year ago

2.0.34

1 year ago

2.0.39

1 year ago

2.0.33

1 year ago

2.0.28

1 year ago

2.0.29

1 year ago

2.0.31

1 year ago

2.0.32

1 year ago

2.0.30

1 year ago

2.0.27

1 year ago

2.0.26

1 year ago

2.0.24

1 year ago

2.0.25

1 year ago

2.0.22

1 year ago

2.0.23

1 year ago

2.0.21

1 year ago

2.0.19

1 year ago

2.0.20

1 year ago

2.0.17

2 years ago

2.0.18

2 years ago

2.0.16

2 years ago

2.0.15

2 years ago

2.0.14

2 years ago

2.0.13

2 years ago

2.0.11

2 years ago

2.0.12

2 years ago

2.0.10

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.3

2 years ago