@snapshot-labs/tune
TypeScript icon, indicating that this package has built-in type declarations

0.1.36 • Public • Published

Tune Component Library

Tune is a Vue 3 component library and form generator.

Previews

Histoire: https://tune-histoire.vercel.app/

Installation & Usage

yarn add @snapshot-labs/tune

Import CSS

// main.ts
import "@snapshot-labs/tune/dist/style.css";

Import components

import { TuneInput } from "@snapshot-labs/tune";

Or use unplugin-vue-components for auto import and add

componentName => {
  if (componentName.startsWith('Tune'))
    return { name: componentName, from: '@snapshot-labs/tune' };
  }
      

Development

Histoire Component Stories

Tune uses Histoire for developing and previewing component stories in isolation. To run Histoire for component stories, execute the following:

yarn story:dev

This command will start the Histoire development server, enabling you to work on your component stories in an isolated environment.

Readme

Keywords

none

Package Sidebar

Install

npm i @snapshot-labs/tune

Weekly Downloads

31

Version

0.1.36

License

MIT

Unpacked Size

563 kB

Total Files

36

Last publish

Collaborators

  • chaituvr
  • bonustrack