Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

swagger-ui-custom-layout 0.0.4

Install from the command line:
Learn more about npm packages
$ npm install @dsaidgovsg/swagger-ui-custom-layout@0.0.4
Install via package.json:
"@dsaidgovsg/swagger-ui-custom-layout": "0.0.4"

About this version

@dsaidgovsg/swagger-ui-custom-layout

This is a custom layout plugin for Swagger UI.

Prerequisites

Install

Add github npm registry to .npmrc,

# .npmrc
always-auth = true
@dsaidgovsg:registry=https://npm.pkg.github.com

Install the package,

$ npm install @dsaidgovsg/swagger-ui-custom-layout

Usage

import customLayoutPlugin from '@dsaidgovsg/swagger-ui-custom-layout'

// swagger-ui initialization
  SwaggerUI({
    plugins: [
      customLayoutPlugin,
      ...
    ],
    // specify layout name
    layout: 'ProductLayout'
  })

Details


Assets

  • swagger-ui-custom-layout-0.0.4.tgz

Download activity

  • Total downloads 23
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all