Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@vuecs/navigation

tada5hi6052.4.0TypeScript support: included

A package for multi level navigations.

navigation, navigation-elements, vue, layout, components, navigation, navbar, tier, multi-tier, level, vue-router

readme

Vue Layout 🧩

main Known Vulnerabilities Conventional Commits

What is it?

Vue-Layout is a collection of packages containing basic components as vanilla or hyperscript components.

Table of Contents

Packages

The repository contains the following packages:

Core 🌱

@vue-layout/core

This package provides basic functionalities like building component options depending on the configuration. In addition, presets and defaults for these options can be stored in a global store.

Documentation

Countdown ⏰

@vue-layout/countdown

This package provides a customizable countdown timer for Vue3 web applications. It offers a range of options for customization, including start and end times, step length, and more. Ideal for time-based events such as auctions, sales, or promotions.

Documentation

Form Controls 📜

@vue-layout/form-controls

This package provides a set of customizable form controls, including input-text, input-checkbox, textarea, and more, that can be used in vanilla or hyperscript syntax.

Documentation

Gravatar 📷

@vue-layout/gravatar

This package provides an easy way to integrate Gravatar avatars in a Vue3 web applications. This component can be added to user profiles, comments, or other parts of a web applications with minimal effort.

Documentation

List Controls 📋

@vue-layout/list-controls

This package provides a set of customizable list controls, that can be used in vanilla or hyperscript syntax.

Documentation

@vue-layout/navgiation

A package containing basic components, to build multi level navigation menus.

Documentation

Pagination 📖

@vue-layout/pagination

This library provides an easy way to paginate large datasets by providing a range of customization options, including the number of items per page, the number of visible page links, and the layout of the pagination controls.

Documentation

License

Made with 💚

Published under MIT License.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.2.0 (2023-04-13)

Features

  • expose core package on export path (56a0969)

2.1.1 (2023-04-12)

Bug Fixes

  • cleanup presets configurations (86ec907)

2.1.0 (2023-04-10)

Bug Fixes

  • minor variable renaming for child options configuration (c819a47)

Features

  • add list-header & list-footer builder (20001c4)
  • allow hypescript content besides slot for list-header & list-footer (56f757a)

2.0.1 (2023-04-10)

Bug Fixes

  • core package usage for countdown & gravatar (8c3c8b8)

2.0.0 (2023-04-10)

Bug Fixes

  • cleanup dependencies (0970437)
  • rename option value builder + cleanup dist directory before build (588233b)
  • store option check + initial example refactoring (f0d5c6c)

Features

  • add form-submit component (4307b8f)
  • reimplemented core package + outsourced presets (1e7f620)
  • split hyperscript- & core-package (2e7852a)

1.1.0 (2023-04-04)

Features

  • add form-{checkbox,text,selec,textarea} components (1960654)
  • add loading (list) template component (4e50e9d)

1.0.0 (2023-03-27)

Bug Fixes

  • bump few dependencies + reset lock file (0188d0f)

Features

BREAKING CHANGES

  • bump version

0.4.0 (2023-02-02)

Bug Fixes

  • basic: enhanced pagination component + use terser for bundling (e60c0f3)
  • build for core & hyperscript package (734022f)
  • core: is option value config check (5351ed9)
  • deps: bump regenerator-runtime from 0.13.10 to 0.13.11 (a15391f)
  • deps: bump regenerator-runtime from 0.13.9 to 0.13.10 (2e03dd0)
  • deps: bump smob from 0.0.3 to 0.0.6 (2a3bd32)
  • deps: bump smob from 0.0.6 to 0.0.7 (e2f2fda)
  • deps: bump smob from 0.0.7 to 0.1.0 (#487) (79ae8e7)
  • deps: bump vue from 3.2.39 to 3.2.40 (b59ae0a)
  • force version bump (18fcd29)
  • hyperscript: add addtional exports from core package (ff4dcfe)
  • hyperscript: add missing handlers for global list builder (68f58ee)
  • navigation package linting issues (ea3f1bd)
  • test suite (eca4759)
  • updated dependencies + parallel build execution (b45fad6)

Features

  • basic: add countdown component (7d2625c)
  • basic: add gravatar component (ce91916)
  • basic: simplified plugin setup (a5ad47e)
  • hyperscript: add updated & deleted handler for list-item(s) (1ec3de1)
  • replaced babel with swc (2de7fe8)