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

vertical-layoutpackage.web-types.json Maven / Gradle / Ivy

The newest version!
{
  "$schema": "https://json.schemastore.org/web-types",
  "name": "@vaadin/vertical-layout",
  "version": "24.5.3",
  "description-markup": "markdown",
  "contributions": {
    "html": {
      "elements": [
        {
          "name": "vaadin-vertical-layout",
          "description": "`` provides a simple way to vertically align your HTML elements.\n\n```\n\n  
Item 1
\n
Item 2
\n
\n```\n\n### Built-in Theme Variations\n\n`` supports the following theme variations:\n\nTheme variation | Description\n---|---\n`theme=\"margin\"` | Applies the default amount of CSS margin for the host element (specified by the theme)\n`theme=\"padding\"` | Applies the default amount of CSS padding for the host element (specified by the theme)\n`theme=\"spacing\"` | Applies the default amount of CSS margin between items (specified by the theme)", "attributes": [ { "name": "theme", "description": "The theme variants to apply to the component.", "value": { "type": [ "string", "null", "undefined" ] } } ], "js": { "properties": [], "events": [] } } ] } } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy