@thirstcreative/components
v1.0.161
Published
Our vue.js component library
Downloads
11
Keywords
Readme
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