@impact-x/input
v1.1.23
Published
Input component for products using _Impact X_ design system.
Readme
@impact-x/input
Input component for products using Impact X design system.
Installation
To install @impact-x/input in your project, run the following command:
npm install -S @impact-x/inputIf you prefer Yarn, use the following command instead:
yarn add @impact-x/inputUsage
HTML (via CDN)
If you're using a simple HTML page without a JavaScript framework, you can add your component via a script tag.
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://unpkg.com/@impact-x/input@latest"></script>
</head>
<body>
<ix-input></ix-input>
</body>
</html>API documentation
https://tw-impact-x.thoughtworks-labs.net/#/Components/Forms/Input
