New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/ui-form-field

Package Overview
Dependencies
Maintainers
0
Versions
1720
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-form-field

Form layout components.

10.3.1-snapshot-2
Source
npm
Version published
Weekly downloads
21K
24.18%
Maintainers
0
Weekly downloads
 
Created
Source

category: packages

ui-form-field

npm MIT License Code of Conduct

Form layout components.

Components

The ui-form-field package contains the following:

Installation

npm install @instructure/ui-form-field

Usage

import React from 'react'
import { FormField } from '@instructure/ui-form-field'

const MyFormField = () => {
  return (
    <FormField label="Label" layout="inline">
      ...
    </FormField>
  )
}

For detailed usage and documentation, see individual components.

FAQs

Package last updated on 08 Oct 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