Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 418 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 418 Bytes

AntD Wrapper

A POC Project for publishing Antd wrapper component library to NPM - to be used in NextJS SSR projects.

Usage

From NPM

npm install ui-antd-wrapper
# or
yarn install ui-antd-wrapper

From GitHub

npm install https://github.com/khjabir/ui-antd-wrapper.git

A sample Project file that using this package : https://github.com/khjabir/own-npm-next-app/blob/master/pages/index.js