Package Exports
- @heycar-uikit/input
- @heycar-uikit/input/dist/cssm
- @heycar-uikit/input/dist/cssm/index.js
- @heycar-uikit/input/dist/esm
- @heycar-uikit/input/dist/esm/index.js
- @heycar-uikit/input/dist/index.js
- @heycar-uikit/input/dist/modern
- @heycar-uikit/input/dist/modern/index.js
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 (@heycar-uikit/input) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
HeyCar-UIKit - Input
The Button component is used to trigger an action or event, such as submitting a form, opening a dialog, canceling an action, or performing a delete operation.
Installation
To install and save in your package.json dependencies, run the command below using npm:
npm install @heycar-uikit/inputUsage
import Input from '@heycar-uikit/input';
function App() {
return <Input value="Text" />;
}Documentation and sandbox
Storybook documentation and sandbox