Socket
Book a DemoInstallSign in
Socket

@clarityhub/unity-forms

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clarityhub/unity-forms

Unity Design System for Clarity Hub

latest
Source
npmnpm
Version
1.15.5
Version published
Weekly downloads
52
2500%
Maintainers
2
Weekly downloads
 
Created
Source

@clarityhub/unity-forms

Clarity Hub Unity Design System implementation of JSONSchema

Usage

The @clarityhub/unity-forms package is implemented using React, Emotion, and JSONSchema:

Installation:

npm i --save @clarityhub/unity-forms

To Use:

import FormFromSchema from '@clarityhub/unity-forms/lib/FormFromSchema;

const form = (
    <FormFromSchema
        schema={schema}
        uiSchema={uiSchema}
        formData={formData}
        onSubmit={onSubmit}
        submitting={submitting}
        submitText="Send" // optional
    />
)

FAQs

Package last updated on 21 Dec 2020

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