🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@dsaid/swagger-ui-custom-layout

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@dsaid/swagger-ui-custom-layout

This is a custom layout plugin for [Swagger UI](https://swagger.io/docs/open-source-tools/swagger-ui/customization/plugin-api/).

0.0.2
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@dsaid/swagger-ui-custom-layout npm version

This is a custom layout plugin for Swagger UI.

Prerequisites

  • swagger-ui
  • react

Install

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

Usage

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

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

FAQs

Package last updated on 05 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts