1.0.161 • Published 3 years ago

@thirstcreative/components v1.0.161

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

Components

Our vue.js component library

Documentation

https://thirstcreative.notion.site/4f490eb9c6b0445d9a6cbf8655f7a6a7?v=686ebb0785fc470180c198dc53575bf2

Install

yarn add @thirstcreative/components

Create a thirst-component.js in /plugins/

import Vue from 'vue'

import {
  TcContentBuilderWrapper,
  TcCraftLink,
  TcRatio
} from '@thirstcreative/components'

Vue.component('ContentBuilderWrapper', TcContentBuilderWrapper)
Vue.component('CraftLink', TcCraftLink)
Vue.component('TcRatio', TcRatio)

Load the plugin from the nuxt.config.js

plugins: ['~/plugins/instasearch.js']

Change log

1.0.3 - Remove the px-5 on the container on content build wrapper - Added TC Ratio

1.0.161

3 years ago

1.0.16

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago