All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scrollerpackage.web-types.lit.json Maven / Gradle / Ivy

The newest version!
{
  "$schema": "https://json.schemastore.org/web-types",
  "name": "@vaadin/scroller",
  "version": "24.5.3",
  "description-markup": "markdown",
  "framework": "lit",
  "framework-config": {
    "enable-when": {
      "node-packages": [
        "lit"
      ]
    }
  },
  "contributions": {
    "html": {
      "elements": [
        {
          "name": "vaadin-scroller",
          "description": "`` provides a simple way to enable scrolling when its content is overflowing.\n\n```\n\n  
Content
\n
\n```\nThe following attributes are exposed for styling:\n\nAttribute | Description\n-------------| -----------\n`focus-ring` | Set when the element is focused using the keyboard.\n`focused` | Set when the element is focused.\n`overflow` | Set to `top`, `bottom`, `start`, `end`, all of them, or none.", "extension": true, "attributes": [ { "name": ".scrollDirection", "description": "This property indicates the scroll direction. Supported values are `vertical`, `horizontal`, `none`.\nWhen `scrollDirection` is undefined scrollbars will be shown in both directions.", "value": { "kind": "expression" } } ] } ] } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy