Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

documenthub-react-components

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

documenthub-react-components

DocumentHub React Components

  • 0.1.33
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

DocumentHub Web Components

Less is more. Now with DocumentHub React Components you can use customizable UI features right in your React Application.

How to...

Install

Run npm i documenthub-react-components from the root of your application.

Usage

Import module via import { Article, ... } from "documenthub-react-components"; where is desirable.

React Components
Usage
<Article
	catalogid="your-catalog-id",
	documentid="document-id",
	language="en" ,
	headings="false", //optional
	scrollUp="true", //optional
	token="aaa.bbb.ccc"
/>
HTML Custom Tags

Create a custom HTML tag which will be automatically handled by the module.

Usage
<documenthub-article
	catalogid="your-catalog-id"
	documentid="document-id"
	language="en"
	headings="false"
	scrollUp="true" 
	token="aaa.bbb.ccc"
></documenthub-article>

Keywords

FAQs

Package last updated on 27 Jan 2022

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