0.4.0 • Published 2 months ago

@sti-bayern/bvv-component-library v0.4.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

STI-Component-Library

Einrichtung

Vorraussetzungen

Installation

npm i @sti-bayern/bvv-component-library

tailwind.config.js anpassen

import defaultTheme from 'tailwindcss/defaultTheme';

/** @type {import('tailwindcss').Config} */
export default {
    content: [
        './vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
        './storage/framework/views/*.php',
        './resources/views/**/*.blade.php',
        './resources/js/**/*.vue',
        "./node_modules/tw-elements/dist/js/**/*.js",
        './node_modules/flowbite/**/*.js',
        './/node_modules/@sti-bayern/**/*.js',
        '/tmp/sti-component-library/**/*'
    ],

    theme: {
        extend: {
            colors: {
                'sti-blue': '#2c5a93', 
                'sti-blue-light': '#e8ecf3', 
            },
            //     fontFamily: {
            //         sans: ['Figtree', ...defaultTheme.fontFamily.sans],
            //     },
        }
    },

    darkMode: "class",

    plugins: [
        require('@tailwindcss/forms'),
        require('flowbite/plugin')
        // require('tw-elements/dist/plugin.cjs')
    ],
};

weiterführende Links

0.4.0

2 months ago

0.3.0

3 months ago

0.1.0

10 months ago

0.2.0

7 months ago

0.1.1

7 months ago

0.0.4

10 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago