Socket
Socket
Sign inDemoInstall

@biz-dev-ops/business-reference-architecture-component

Package Overview
Dependencies
129
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @biz-dev-ops/business-reference-architecture-component

Webcomponent to display a business reference architecture.


Version published
Maintainers
2
Created

Readme

Source

Business reference architecture for md-docs

HTML5 web component which renders a business reference architecture.

Usage

  • Add business-reference-architecture.js to the webpage
  • Add the <business-reference-architecture></business-reference-architecture> to the page

Attributes

model-json

An HTML escaped version of the business reference architecture model.

model

The business reference architecture model, must be set via JavaScript.

Examples

HTML

<business-reference-architecture model-json="{ &quot;key &quot;: &quot;value &quot; }" />

HTML and JavaScript

<business-reference-architecture id="business-reference-architecture" />

<script>
    document.getElementById('business-reference-architecture').model = {
    	...
    }
<script>

Keywords

FAQs

Last updated on 13 Nov 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc