Socket
Socket
Sign inDemoInstall

noodl-ui

Package Overview
Dependencies
11
Maintainers
7
Versions
1167
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

noodl-ui

NOODL JavaScript library


Version published
Maintainers
7
Weekly downloads
13
decreased by-27.78%

Weekly downloads

Readme

Source

noodl-ui

React library for NOODL on the client side

NPM JavaScript Style Guide

Install

npm install --save noodl-ui
Action triggers
  • onClick
Event handler data types (outdated)
  • string: Provide our own custom function
  • Array: Provide our own custom function
    • It represents a chain of actions
    • Each action in the action chain can have these possible actionTypes:
      1. builtIn - Provide our own function and logic to achieve the goal
      2. ecosConnection - Communicating with the eCOS
      3. pageJump - Navigating to a page
      4. updateObject - Updates the global root object afer receiving its data
YAML Document Node Interfaces
NameTS typeYAML Node
Action chain (key/value){ [key: string]: ActionObject[] }YAMLPair
Action chainActionObject[]YAMLSeq
Action objectActionObjectYAMLMap
Custom integrations
  • Some components are attached with the prop data-ux for UX interactions between the library and web apps
Transformations
Alignment
- textAlign: centerX
{ "textAlign": "center" }

FAQs

Last updated on 22 Mar 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