1.0.5 • Published 6 years ago

@peterdkc/vtw-color-table v1.0.5

Weekly downloads
-
License
-
Repository
github
Last release
6 years ago

vtw-color-table

A TailwindCSS color palette viewer using VueJS

npm (scoped)

npm bundle size

If you're like me, you open up your Tailwind.js file, look at a big blob of Hex codes, and say, "Yeah but what do they look like?..."

This package lets you easily drop a Vue component into your site to see a list of your colors in a clean pretty table.

Example

Full Size Image

Installation

npm i --save @peterdkc/vtw-color-table

Usage

Via npm

In e.g. app.js, import the global component and tell your app where to find your tailwind.js file, relative to your main JavaScript file:

// import Vue from 'vue';

import '@peterdkc/vtw-color-table';

window.tailwindColors = require('../../tailwind.js').colors;

// new Vue({el: '#app'});

In a page / your app layout file:

<vtw-color-table></vtw-color-table>
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago