Installation
1. Installation tango-ui-cw.
npm i tango-ui-cw
2. Import the css style file in your index.js or layout.tsx. ( .js / .ts / .jsx / .tsx )
// index.js or layout.tsx
import 'tango-ui-cw/index.css';
3. Create a ts file in the project root directory to declare type check.(temporary)
// tango-ui-cw.d.ts
declare module 'tango-ui-cw';
Bingo!
View on NPM
tango-ui-cw