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

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

There is a newer version: 24.5.3
Show newest version
{
  "$schema": "https://json.schemastore.org/web-types",
  "name": "@vaadin/scroller",
  "version": "24.4.7",
  "description-markup": "markdown",
  "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.", "attributes": [ { "name": "scroll-direction", "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": { "type": [ "string", "null", "undefined" ] } }, { "name": "theme", "description": "The theme variants to apply to the component.", "value": { "type": [ "string", "null", "undefined" ] } } ], "js": { "properties": [ { "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": { "type": [ "string", "null", "undefined" ] } } ], "events": [] } } ] } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy