HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/bootstrap-vue/src/components/spinner/package.json
{
  "name": "@bootstrap-vue/spinner",
  "version": "1.0.0",
  "meta": {
    "title": "Spinner",
    "description": "The <b-spinner> component can be used to show the loading state in your projects. They're rendered only with basic HTML and CSS as a lightweight Vue functional component.",
    "slug": "spinner",
    "components": [
      {
        "component": "BSpinner",
        "props": [
          {
            "prop": "label",
            "description": "Text content to place in the sr-only label"
          },
          {
            "prop": "small",
            "description": "When set, rendered a smaller spinner suitable for placing in buttons"
          },
          {
            "prop": "type",
            "description": "Type of spinner to show. Current supported types are 'border' and 'grow'"
          },
          {
            "prop": "variant",
            "description": "Applies one of the Bootstrap theme color variants to the component"
          }
        ],
        "slots": [
          {
            "name": "label",
            "description": "Content to place in the sr-only label"
          }
        ]
      }
    ]
  }
}