Direction-aware hover effect for Vue2.0.
View docs [here](https://radix-ui.com/primitives/docs/components/hover-card).
Core logic for the hover-card widget implemented as a state machine
Check if hover is available on the current device
Storybook Pseudo-states addon: Manipulate CSS pseudo states
A pseudo-class for matching elements in a selector list
PostCSS plugin that extracts and wraps rules containing `:hover` pseudo-classes in `@media (hover: hover) {}` media queries
JavaScript wrapper for hover and any-hover media queries
TypeScript definitions for reactcss
A React hook for tracking the hover state of DOM elements in browsers where hovering is possible
A React component that notifies its children of hover interactions.
Bringing Classes to Inline Styles
Read the docs: https://styled-system.com/variants
Language service for CSS, LESS and SCSS
Language service for HTML
A React Component for rendering dynamically positioned Tooltips
A simple, beautiful tilt & glare component, available as both a Svelte Component and Web Component
## Usage ``` <template> <div id="app"> <div class="select" :class="{hide: !isHover}" v-hover="isHover"> <div>Please Select</div> <ul class="dropdown"> <li @click="isHover=false">aa</li> <li @click="isHover=false">bb</li> </ul> </div>
PostCSS plugin for mixins
Parse CSS media queries (spec-compliant)
PostCSS plugin that wraps hover selectors in a media media that's only valid on devices that support true hover events.
YAML language server
Animated Lucide icons with React and Motion
Isomorphic component that allows rendering react components on a google map