Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@thirstcreative/components

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thirstcreative/components

Our vue.js component library

latest
npmnpm
Version
1.0.161
Version published
Maintainers
3
Created
Source

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

FAQs

Package last updated on 12 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts