Socket
Book a DemoInstallSign in
Socket

@clds/form

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clds/form

---

latest
Source
npmnpm
Version
0.70.2
Version published
Maintainers
1
Created
Source

@clds/form

npm version Documentation of Cloudinary form components This package contains building blocks of Design System forms.

By using components from this package, you should be able to create a form with fields, labels and validation information. Actual form input components are defined outside this package, for example in @clds/text-field or @clds/checkbox

Installation

Install the package using Yarn:

yarn add @cld/form

Documentation

For detailed props table and documentation, visit storybook under packages/design-system/form menu.

Label

HTML5 label component compatible with design system

ValidationMessage

A component which displays help text, warnings, errors and success messages

FieldLayout

A layout component which you can use with Label, ValidationMessage and any input component to create single form field row

InlineFieldLayout

Designed mostly for checkboxes, radio buttons and toggles, which require labels to be placed on the right side of the input component

GroupLayout

A layout component which helps with positioning multiple form components (mostly used for radio buttons or checkboxes)

Versioning

This library follows Semantic Versioning.

License

See LICENSE

FAQs

Package last updated on 21 Jul 2025

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