New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@calderajs/builder

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@calderajs/builder

Form admininstration and builder for Caldera (Forms).

latest
npmnpm
Version
0.9.14
Version published
Maintainers
1
Created
Source

Caldera Form Builder

Form admininstration and builder for Caldera (Forms).

Testing

  • Run Unit Tests - Jest.

    • yarn tests
  • Run Storybooks

    • yarn storybook

Other Commands

  • Lint code
    • yarn lint
  • Build Package
    • yarn package

    • The output is stored in the dist folder.

Usage

Import With webpack

import {ComponentName} from '@calderawp/builder';`

Components

  • <FormsList>
    • Docs
    • Searchable list of forms
    • <FormListItem>
      • Item in form list
  • <FormEditor>
    • Form Editor. WIP
  • <EntryViewer />
    • Form data viwer WIP

FAQs

Package last updated on 06 Aug 2019

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