🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
6
Versions
1044
Alerts
File Explorer

Advanced tools

Socket logo

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

9.1.26
latest
Source
npm
Version published
Weekly downloads
37
-98.24%
Maintainers
6
Weekly downloads
 
Created
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

canvas

FAQs

Package last updated on 20 Oct 2023

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