npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@tak-ps/vue-tabler

v4.6.0

Published

Tabler UI components for Vue3

Readme

Vue Tabler


🚀 Introduction

@tak-ps/vue-tabler brings the beautiful and responsive Tabler UI kit to your Vue 3 applications. It provides a set of reusable, high-quality components designed to speed up your development process while maintaining a clean and professional look.

📦 Installation

Install the package using npm:

npm install @tak-ps/vue-tabler

💻 Usage

Import the components you need directly into your Vue files. All components are exported with a Tabler prefix to avoid conflicts.

<script setup>
import { TablerButton, TablerAlert } from '@tak-ps/vue-tabler';
</script>

<template>
  <TablerAlert title="Success!" variant="success">
    Your operation was completed successfully.
  </TablerAlert>

  <TablerButton variant="primary" @click="doSomething">
    Click Me
  </TablerButton>
</template>

🧩 Components

Core Components

| Component | Description | |-----------|-------------| | TablerAlert | Display important messages and feedback. | | TablerBreadCrumb | Navigation aid indicating the current page's location. | | TablerButton | Standard action buttons with various styles. | | TablerBytes | Utility to format byte values into human-readable strings. | | TablerDelete | Specialized button/action for delete operations. | | TablerDropdown | Toggleable menus for actions or navigation. | | TablerEpoch | Display formatted dates and times. | | TablerEpochRange | Display a range of dates/times. | | TablerError | Standardized error message display. | | TablerHelp | Tooltips or help text for user guidance. | | TablerIconButton | Buttons designed to contain icons. | | TablerInlineAlert | Contextual alerts for inline feedback. | | TablerList | Display data in list format. | | TablerLoading | Loading indicators and spinners. | | TablerMarkdown | Render markdown content safely. | | TablerModal | Dialog boxes for user interaction. | | TablerNone | Placeholder component for empty states. | | TablerPager | Pagination controls for lists and tables. | | TablerProgress | Progress bars to indicate status. | | TablerRefreshButton | A dedicated button for refresh actions. | | TablerSchema | Visualization for data schemas. | | TablerSlidedown | Expandable/collapsible content areas. |

Input Components

| Component | Description | |-----------|-------------| | TablerColour | Color picker input. | | TablerEnum | Selection input for enumerated values. | | TablerFileInput | File upload input. | | TablerInput | Standard text and data input fields. | | TablerRange | Range slider input. | | TablerSelect | Dropdown selection input. | | TablerTimeZone | Timezone selector. | | TablerToggle | Switch/Toggle control. |

🛠️ Dependencies

This library relies on the following core dependencies:

📄 License

This project is licensed under the ISC License.