1.0.161 • Published 2 years ago

@thirstcreative/components v1.0.161

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

2 years ago

1.0.16

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago