carmine-ui
TypeScript icon, indicating that this package has built-in type declarations

0.10.0 • Public • Published

👋🏼 Welcome to Carmine-UI

A Vue 3 component library for carmine.my

Installation

This library uses the following packages.

Make sure you have them installed in your project.

npm install carmine-ui

After installation, make sure to include this line in your tailwind.config.js

content: [
    ...,
    path.resolve(
            __dirname,
            "./node_modules/carmine-ui/**/*.{vue,js,ts,jsx,tsx}"
        ),
],

To use Carmine UI's default theme, you can import and include this to your tailwind.config.js theme property

import { CarmineTheme } from 'carmine-ui/tailwind';

theme: CarmineTheme;

Then, import CSS styles in your main.ts

import 'carmine-ui/css';

Readme

Keywords

none

Package Sidebar

Install

npm i carmine-ui

Weekly Downloads

6

Version

0.10.0

License

none

Unpacked Size

1.88 MB

Total Files

124

Last publish

Collaborators

  • danishrashidin