Socket
Socket
Sign inDemoInstall

@ndla/code

Package Overview
Dependencies
Maintainers
8
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndla/code

Code components for NDLA


Version published
Weekly downloads
282
increased by907.14%
Maintainers
8
Weekly downloads
 
Created
Source

ndla-code

Editor and preview for ndla code block

Installation

$ yarn add ndla-code

Usage

codeblock:

import { Codeblock } from "@ndla/code";

<Codeblock code={code} format={format} title={title} />;

editor: The user is responsible for loading prism syntaxes, the code editor does not do it for you. The highlight function is expecting a properly tokenized Prism string as its return value.

import { CodeBlockEditor } from '@ndla/code';

model = {{
  code: "string",
  title: "Text",
  format: "text",
}}

<CodeBlockEditor
  content={model}
  onSave={handleSaveFunction}
  onAbort={handleExitFunction}
/>

Keywords

FAQs

Package last updated on 23 Apr 2024

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