Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

a-3140/vue3-tailwindcss-ts-ui-component

Open more actions menu

Repository files navigation

Vue 3 + TypeScript + Vite + Tailwindcss used for UI Component Library

Using in your project without uploading to npm

Update your main.ts in your Vue3 Project

import "<ui-lib-name>/dist/style.css";

import <UI-NAME> from "<ui-lib-name>";

createApp(App).use(<UI-NAME>).mount("#app");

Directly use in your Vue3 Files

sample.vue


<script setup lang="ts"></script>

<template>
    <the-button>
      Click Here
    </the-button>
</template>

Removed dist folder from the gitignore to allow library to be installed via repository using a-3140/vue3-tailwindcss-ts-ui-component

About

Vue 3 ( initialized with vite ) using tailwindcss and typescript to create UI-component library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.