0.1.36 • Published 6 months ago

@snapshot-labs/tune v0.1.36

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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.

0.1.30

10 months ago

0.1.31

9 months ago

0.1.32

9 months ago

0.1.33

8 months ago

0.1.34

7 months ago

0.1.35

6 months ago

0.1.36

6 months ago

0.2.0

9 months ago

0.1.27

11 months ago

0.1.28

11 months ago

0.1.29

11 months ago

0.1.20

12 months ago

0.1.21

11 months ago

0.1.22

11 months ago

0.1.23

11 months ago

0.1.24

11 months ago

0.1.25

11 months ago

0.1.26

11 months ago

0.1.19

12 months ago

0.1.18

1 year ago

0.1.17

1 year ago

0.1.16

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago