Skip to main content

Introduction

Top Language Gzipped Size

Vevet is a flexible, client-side JavaScript library for creative web development.

The primary goal of Vevet is to simplify the creation of interactive components from scratch — be it text animations, carousels, or other interactive elements.

Installation

npm install vevet

Usage

JavaScript Usage

Explore more in the documentation.

import { vevet } from 'vevet';

console.log(vevet.version); // => 5.0.0

SCSS Usage

Find additional details in the documentation.

@import '~vevet/lib/styles/index';