1.1.22 • Published 2 years ago

@namelessmedia/tisc_nuxt v1.1.22

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.1.21

2 years ago

1.1.20

2 years ago

1.1.19

2 years ago

1.1.18

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.16

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.17

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.38

3 years ago

1.0.37

3 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.33

3 years ago

1.0.32

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.36

3 years ago

1.0.35

3 years ago

1.0.34

3 years ago

1.0.27

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.22

3 years ago

1.0.23

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.15

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago