1.0.6 • Published 11 months ago

dealer-form-package v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Dealer Form React App

This project is a simple React application that includes a form for adding dealer information. The form loads and executes an external JavaScript file to handle form submission.

Getting Started

Prerequisites

  • Node.js (version 12 or higher)
  • npm (version 6 or higher)

Usage

import FormComponent from 'dealer-form-package';
import 'dealer-form-package/lib/assets/index.css';

export default () => (
  <>
    <FormComponent labelTextStyle ={'text-sm'} token={`token`} apiUrl = {"https://localhost:44359/dealer/add"} />
  </>
);
1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago