📋
component-sdl2
  • Welcome
  • Setup
  • Getting started with the library
    • Getting started
    • Work with class identifiers
  • Extended work with the library
    • Creating custom components based on the Component class
    • Window event tracking
  • API
    • Supported CSS styles
    • Supported CSS Pseudo-Classes
    • Possible component events to track
    • Possible window events to track
Powered by GitBook
On this page

Was this helpful?

  1. API

Supported CSS Pseudo-Classes

Pseudo-Class

Description

Hover

Describes the styles for the state when the mouse cursor is over the component

Active

Describes styles for the state when the mouse is clicked on a component

Focus

Describes styles for the state when the component is in focus.

PreviousSupported CSS stylesNextPossible component events to track

Last updated 5 years ago

Was this helpful?