@kylexd/vue-components
v0.0.3
Published
Vue components without a fixed UI framework dependency.
Downloads
193
Readme
@kylexd/vue-components
Vue components without a fixed UI framework dependency.
Install
npm install @kylexd/vue-componentsExports
Main exports include ViewportBottomLoad, SortGroup, SortItem, ListTabs,
and ListTabPane.
Basic Usage
<script setup lang="ts">
import { SortGroup, SortItem, ViewportBottomLoad } from '@kylexd/vue-components'
import '@kylexd/vue-components/style.css'
</script>For Tailwind v4 projects, a framework-style CSS entry is also available:
@import "tailwindcss";
@import "@kylexd/vue-components/style.css";
@import "@kylexd/vue-components/tailwind.css";
@theme {
--color-primary: #036af1;
}The Tailwind entry provides source scanning; the stylesheet still carries scoped
component CSS. The auto-import resolver is exported from
@kylexd/vue-components/resolver.
Build
npm run buildNotes
Vue is required. Some components may use VueUse when the component actually needs browser measurement or scroll state. Import the package stylesheet when using the components.
License
UNLICENSED
