the-wall-web
the-wall-web provides all the web versions of the-wall components.
How To Use
Install it using NPM
npm install @ppb/the-wall-web
or using Yarn
yarn add @ppb/the-wall-web
Example of usage of Card component for web (React):
import { Card } from "@ppb/the-wall-web";
<Card title={title} onTitleClick={onMarketTitleClick}></Card>;