0.0.3 • Published 1 year ago

@thiscar/modules v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

ThisCar Modules

From this npm package anyone can install thisCar modules

Installation

Step 1: How to install the package.

  npm install @thiscar/modules

Step 2: How to import the module.

import { SearchNav } from "@thiscar/modules"

Step 3: Use the component and pass required props if need.

 <SearchNav {...props }/>