Socket
Socket
Sign inDemoInstall

@emdaer/plugin-details

Package Overview
Dependencies
Maintainers
4
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emdaer/plugin-details

An emdaer plugin that renders HTML5 details elements from which users can retrieve additional information


Version published
Weekly downloads
7
decreased by-95.04%
Maintainers
4
Weekly downloads
 
Created
Source

@emdaer/plugin-details · Travis Documented with emdaer Maintained with lerna

An emdaer plugin that renders HTML5 details elements from which users can retrieve additional information

Usage

@emdaer/plugin-details is an emdaer plugin – see the emdaer monorepo for more information

Documentation

Example

Details summary
Here’s the content!

Usage in README

Use @emdaer/plugin-details to create a collapsible details tag like so:

<!--emdaer-p
  - '@emdaer/plugin-details'
  - summary: Details summary
    content: Here's the content!
-->

detailsPlugin

Renders a HTML5 details element as a disclosure widget.

Parameters

  • options any
    • options.summary string? The summary of the details
    • options.content string? The content of the details

Examples

<!--emdaer-p
  - '@emdaer/plugin-details'
  - summary: Details summary
    content: Here's the content!
-->

Returns Promise<string> The details element

Keywords

FAQs

Package last updated on 09 Apr 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc