UNPKG

vue-web-component-wrapper

Version:

A Vue 3 plugin that provides a web component wrapper with styles, seamlessly integrating with Vuex, Vue Router, Vue I18n, and supporting Tailwind CSS and Sass styles.

43 lines (35 loc) 1.06 kB
// const DefaultConfig = { // content: [ // './src/**/*.{html,js,vue}', // ], // theme: { // }, // plugins: [ // require('@tailwindcss/custom-forms'), // require('tailwindcss-scrims')({ // directions: { // 't': 'to bottom', // 'b': 'to top', // 'r': 'to left', // 'l': 'to right', // }, // distances: { // '1/4': '25%', // '1/3': '33.33333%', // '1/2': '50%', // '2/3': '66.66666%', // '3/4': '75%', // '1/1': '100%', // }, // colors: { // white: [ 'rgba(255, 255, 255, 1)', 'rgba(255, 255, 255, 0)' ], // default: [ 'rgba(0, 0, 0, .75)', 'rgba(0, 0, 0, 0)' ], // }, // variants: [ 'responsive', 'hover' ], // }), // ], // }; // module.exports = { // // toubizComponentLibrary, // DefaultConfig, // };