0.0.8 • Published 7 months ago

@timephy/tui-components-tw v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

tui-components-tw

This is a tailwind plugin that adds many component styles and utility classes.

How to install

npm install @timephy/tui-components-tw

Add it to your tailwind.config.js:

import tui_colors from "@timephy/tui-colors-tw"
import tui_components from "@timephy/tui-components-tw"

/** @type {import('tailwindcss').Config} */
module.exports = {
    ...
    content: [
        "./src/**/*.{html,js,svelte,ts}", // default for a SvelteKit project
        "./node_modules/@timephy/tui-components-svelte/**/*.{html,js,svelte,ts}", // required
    ],
    ...
    plugins: [
        tui_colors({}), // before tui_components
        tui_components({}),
        ...
    ],
}
0.0.8

7 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago