1.1.22 • Published 3 years ago

@namelessmedia/tisc_nuxt v1.1.22

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

TISC Component Library

Selector

Install

Install the npm package by running the following code.

npm install @namelessmedia/tisc_nuxt --save-dev

Usage

For the components to be displayed correctly import the css in the nuxt.config.js file with the following code.

css: [
   '@namelessmedia/tisc_nuxt/tisc.min.css'
  ]

plugins: [
   '@namelessmedia/tisc_nuxt/tiscPlugin.min.js',
],

Once installed you can import any component from the library using the following code on your vue file.

import { tiscButton } from 'tisc_nuxt';


components: { tiscButton },

Then you can use the component in your template like the following.

<tisc-button color='yellow' colorStyle="outline">button</tisc-button>
1.1.22

3 years ago

1.1.21

3 years ago

1.1.20

4 years ago

1.1.19

4 years ago

1.1.18

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.17

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.38

4 years ago

1.0.37

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.33

4 years ago

1.0.32

4 years ago

1.0.31

4 years ago

1.0.30

4 years ago

1.0.36

4 years ago

1.0.35

4 years ago

1.0.34

4 years ago

1.0.27

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.22

4 years ago

1.0.23

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.15

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago