@testorg5149/this-car-components
v0.4.1
Published
ThisCar project building blocks
Downloads
4
Readme
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 }/>