3.0.0 • Published 1 year ago

@heycar-uikit/input v3.0.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

HeyCar-UIKit - Input

Tests Coverage Status Demo build Commitizen friendly

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/input

Usage

import Input from '@heycar-uikit/input';

function App() {
  return <Input value="Text" />;
}

Documentation and sandbox

Storybook documentation and sandbox