0.3.56 • Published 5 months ago

@whitespots/ui-kit v0.3.56

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

ui-kit

UI-Kit is a design system project for Whitespots projects. It provides a consistent look and feel by defining a set of reusable Vue components and icons.

Usage

Installation

npm i @whitespots/ui-kit

Tailwind configuration

  1. Add the following lines to the content section in your Tailwind configuration file:
    content: [
      './node_modules/@whitespots/ui-kit/dist/components/**/*.vue.js}',
      './node_modules/@whitespots/ui-kit/dist/components/**/*.js}',
    ]
  2. Add the library's Tailwind preset to your configuration file:
    presets: [
      require('@whitespots/ui-kit/tailwind-base/index.cjs'),
    ]

Import components

Here's an example of how to import the WButton component:

import WButton from '@whitespots/ui-kit/dist/components/Button/WButton.vue'

Import icons

The icons in the library are functional Vue components generated from SVG files during build.

Here's an example of how to import an icon named IconCheck:

import IconCheck from '@whitespots/ui-kit/dist/assets/icons/default/IconCheck'

Development

Local testing

  1. Build library:
    npm i
    npm run build
  2. Create a .tgz file and copy absolute path to it:
    npm pack
  3. Install library from created .tgz
    npm i --save <absolute_path_to_file>

Updating the bundle

To automatically add imports for new components or icons added to the library, run the command

npm run write-imports

This will update the files in the /imports directory and add new exports to the package.json file.

0.3.56

5 months ago

0.3.55

5 months ago

0.3.54

5 months ago

0.3.53

5 months ago

0.3.52

5 months ago

0.3.51

5 months ago

0.3.50

5 months ago

0.3.49

5 months ago

0.3.48

5 months ago

0.3.47

5 months ago

0.3.46

5 months ago

0.3.0

10 months ago

0.3.6

9 months ago

0.3.5

9 months ago

0.3.8

9 months ago

0.3.7

9 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.4

9 months ago

0.3.3

10 months ago

0.3.42

5 months ago

0.3.41

5 months ago

0.3.40

5 months ago

0.3.45

5 months ago

0.3.44

5 months ago

0.3.43

5 months ago

0.3.31

6 months ago

0.3.30

6 months ago

0.3.39

5 months ago

0.3.38

5 months ago

0.3.37

5 months ago

0.3.36

5 months ago

0.3.35

6 months ago

0.3.34

6 months ago

0.3.33

6 months ago

0.3.32

6 months ago

0.3.29

6 months ago

0.3.20

7 months ago

0.3.28

6 months ago

0.3.27

6 months ago

0.3.26

6 months ago

0.3.25

6 months ago

0.3.24

6 months ago

0.3.23

6 months ago

0.3.22

7 months ago

0.3.21

7 months ago

0.3.19

7 months ago

0.3.18

7 months ago

0.3.9

9 months ago

0.3.17

7 months ago

0.3.16

7 months ago

0.3.15

7 months ago

0.3.14

7 months ago

0.3.13

8 months ago

0.3.12

8 months ago

0.3.11

9 months ago

0.3.10

9 months ago

0.2.30

10 months ago

0.2.31

10 months ago

0.2.29

10 months ago

0.2.28

11 months ago

0.2.27

11 months ago

0.2.26

11 months ago

0.2.25

11 months ago

0.2.24

11 months ago

0.2.23

11 months ago

0.2.22

11 months ago

0.2.21

12 months ago

0.2.20

12 months ago

0.2.19

12 months ago

0.2.18

12 months ago

0.2.17

12 months ago

0.2.16

12 months ago

0.2.15

12 months ago

0.2.14

12 months ago

0.2.13

12 months ago

0.2.12

12 months ago

0.2.11

1 year ago

0.2.10

1 year ago

0.0.24

1 year ago

0.0.25

1 year ago

0.0.30

1 year ago

0.0.31

1 year ago

0.0.32

1 year ago

0.0.33

1 year ago

0.1.0

1 year ago

0.2.1

1 year ago

0.1.2

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.2.7

1 year ago

0.1.8

1 year ago

0.0.26

1 year ago

0.2.6

1 year ago

0.1.7

1 year ago

0.0.27

1 year ago

0.2.9

1 year ago

0.0.28

1 year ago

0.2.8

1 year ago

0.0.29

1 year ago

0.2.3

1 year ago

0.1.4

1 year ago

0.2.2

1 year ago

0.1.3

1 year ago

0.2.5

1 year ago

0.1.6

1 year ago

0.2.4

1 year ago

0.1.5

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago