Skip to content

Harrisson-/pumpkin

Repository files navigation

Pumpkin

Simple and easy to use, lib of component for vue3 writing with composition API.

You only need Vue package to use the lib.

Project Status

Preparing first major version ! Currently working on documentation with Histoire

components

pumpkin-tags

Small VueJs component "contenteditable div" who can correctly handle hashtag.

the div is editable and detect hashtag, it trigger an event with the hastag text. You can simply search the word with your own api and change the list of available tags.

pumpkin-summary

summary component who generate a summary based on data send or page rendering.

pumpkin-crumbs

A simple breadCrumb with possibility to shrink link list inside a clickable pop-up

pumpkin-intersection-solo

intersection wrapper component for singular element based on https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API

pumpkin-modal

Simple modal with "content" props or slot.

pumpkin-banner

Simple banner with "content" props or slot.