@thirstcreative/components

1.0.161 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @thirstcreative/components

Weekly Downloads

3

Version

1.0.161

License

none

Unpacked Size

129 kB

Total Files

8

Last publish

Collaborators

  • lopu
  • thirstcreative-dev
  • alex_thirstcreative