Displaying 1 to 20 from 20 results

vue2-calendar - vue 2.x calendar component

  •    Javascript

This project is not only a vue component, but also a webpack multi-page project in action. Inspired by vue-strap datepicker component.

preact-slots - 🕳 Render Preact trees into other Preact trees, like portals.

  •    Javascript

Render Preact trees into other Preact trees, like portals. The above renders <div>Replacement Content</div>.




react-slot - Slot-based content distribution component for React

  •    Javascript

Slot-based content distribution component for React. The technique was highly influenced by the content distribution techniques used by Vuejs. Slot is a component that is meant to compose your layouts with. These act as the points where a layout can be altered by a parent using the layout component. The slot without a name is known as the default slot.

observable - Observer pattern and signals/slots for C++11 projects

  •    C++

Library to use the observer pattern in C++11 programs with observable/observer classes or signals/slots.

watson-conversation-slots-intro - A Chatbot for ordering a pizza that demonstrates how using the IBM Watson Conversation Slots feature, one can fill out an order, form, or profile

  •    Javascript

Watson Conversation is now Watson Assistant. Although some images in this code pattern may show the service as Watson Conversation, the steps and processes will still work. In this Code Pattern, we will use the Watson Assistant Slots feature to build a chatbot that takes a pizza order. The needed information such as size, type, and ingredient choices can all be entered within one Assistant Node, unlike with previous versions of Assistant.

shadow-dom-in-depth - Everything you need to know about Shadow DOM

  •    

Heads Up! It's all about the V1 Spec. This document is more yours than it is mine. It makes me happy that it has been able to help people. To do better I moved this document from the original gist to this repo so multiple people can work together and improve it.


frp.js - Functional Reactive Programming primitives for JavaScript

  •    Javascript

This is a library providing functional reactive programming (FRP) primitives and operations. Where appropriate, functions are provided both as module-level functions and as methods on the FRP objects themselves.

vue-virtual-collection - Vue component for efficiently rendering large collection data

  •    Javascript

Vue component for efficiently rendering large collection data. Inspired by react-virtualize. vue-virtual-collection offers two ways of using a VirtualCollection.

eventpp - Event Dispatcher and callback list for C++

  •    C++

eventpp is a C++ event library that provides tools that allow your application components to communicate with each other by dispatching events and listening to them. With eventpp you can implement signal/slot mechanism, or observer pattern, very easily. eventpp is currently usable and near stable.

sigs - Simple thread-safe signal/slot C++14 library.

  •    C++

Simple thread-safe signal/slot C++14 library, which is templated and include-only. No linking required. Just include the header file "sigs.h". In all its simplicity, the class sigs::Signal implements a signal that can be triggered when some event occurs. To receive the signal slots can be connected to it. A slot can be any callable type: lambda, functor, function, or member function. Slots can be disconnected when not needed anymore.

vue-slide-bar - 🎢 A Simple Vue Slider Bar Component.

  •    Javascript

A Simple Vue Slider Bar Component. # When using the template element as a slot, can add special properties slot-scope to get the value.

react-view-slot - Code-splitting friendly react dynamic views

  •    TypeScript

react-view-slot is a small utility library that allows you to render inside another component space within same react component tree. Allowing for more modular approach in your applications. react-view-slot uses React Hooks, and thus requires react >= 16.8.

vue-subslot - 💍 Pick out specific elements from the component <slot>

  •    Javascript

Pick out specific elements from the component <slot>. Imagine being able to offer the following API with parent-child components Card and CardHeader.

vue-vnode-syringe - 🧬 Add attributes and event-listeners to <slot> content 💉

  •    Javascript

Add attributes and event-listeners to <slot> content. This is the default behavior. The class new-class and event-listener newOnClick only gets added if there isn't one added yet.

cluster-key-slot - Generates CRC hashes for strings - for use by Node Redis clients to determine key slots

  •    Javascript

A high performance redis cluster key slot calculator for node redis clients e.g. node_redis, ioredis and redis-clustr. This also handles key tags such as somekey{actualTag}.

vue2-gmap-custom-marker - vue google map custom marker component

  •    Vue

This component allows you to display custom HTML content on the map using Overlay. This component is an adaptation of the Google Map V3 overlay code sample with some great ideas from angularjs google map from this component. This project is originally a plugin for vue-google-maps. Now this project seems no more maintained and a maintained fork has started, As this is a fork, this plugin should work on it seeminglessly. The demo for this project started using this project on 2020-11-10. read this for more information about this.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.