Socket
Socket
Sign inDemoInstall

@zendeskgarden/react-textfields

Package Overview
Dependencies
93
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @zendeskgarden/react-textfields

Components relating to text fields in the Garden Design System


Version published
Weekly downloads
378
increased by53.66%
Maintainers
1
Install size
834 kB
Created
Weekly downloads
 

Readme

Source

@zendeskgarden/react-textfields npm version

This package includes components relating to textfields in the Garden Design System.

DEPRECATION WARNING

This package has been deprecated in favor of the API provided in the @zendeskgarden/react-forms package.

This package will stop receiving updates in a future major release.

Installation

npm install @zendeskgarden/react-textfields

# Peer Dependencies - Also Required
npm install react react-dom prop-types styled-components @zendeskgarden/react-theming

Usage

/**
 * Include textfield styling at the root of your application
 */
import '@zendeskgarden/react-textfields/dist/styles.css';

import { ThemeProvider } from '@zendeskgarden/react-theming';
import { TextField, Label, Hint, Input, Message } from '@zendeskgarden/react-textfields';

/**
 * Place a `ThemeProvider` at the root of your React application
 */
<ThemeProvider>
  <TextField>
    <Label>Example Garden Input</Label>
    <Hint>Hinty hint</Hint>
    <Input placeholder="Accepts all native input props" />
    <Message>Default message styling</Message>
  </TextField>
</ThemeProvider>;

Keywords

FAQs

Last updated on 05 Dec 2019

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