Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@snapshot-labs/tune

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snapshot-labs/tune

Web3 governance components for Vue 3

latest
Source
npmnpm
Version
0.1.36
Version published
Weekly downloads
28
600%
Maintainers
2
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 17 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts