Package Exports
- @workday/canvas-kit-css-text-input
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@workday/canvas-kit-css-text-input) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Canvas Kit Text Input
Text Input styles
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.