Socket
Socket
Sign inDemoInstall

@workday/canvas-kit-css-text-input

Package Overview
Dependencies
4
Maintainers
6
Versions
1043
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @workday/canvas-kit-css-text-input

The text-input css for canvas-kit-css


Version published
Weekly downloads
746
increased by139.1%
Maintainers
6
Created
Weekly downloads
 

Readme

Source

Canvas Kit Text Input

Text Input styles

Mainenance Mode

> Workday Design Reference

Installation

yarn add @workday/canvas-kit-css

or

yarn add @workday/canvas-kit-css-text-input

Add your node_modules directory to your SASS includePaths. You will then be able to import index.scss.

@import '~@workday/canvas-kit-css-text-input/index.scss';

Usage

<div class="wdc-form-textinput">
  <input id="input" type="text" />
</div>

Note: While a base checkbox component is provided in this package, it is not accessible when used as is. It should be used in tandem with canvas-kit-form-field to be made fully accessible.

Labels

Render a text input inside a canvas-kit-form-field to add a label.

Keywords

FAQs

Last updated on 20 Oct 2023

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