@thiscar/modules
v0.0.3
Published
THIScar project building blocks
Readme
ThisCar Modules
From this npm package anyone can install thisCar modules
Installation
Step 1: How to install the package.
npm install @thiscar/modulesStep 2: How to import the module.
import { SearchNav } from "@thiscar/modules"Step 3: Use the component and pass required props if need.
<SearchNav {...props }/>