buildcorp-uikits
v1.4.46
Published
Common shared logics, utilities, models for all sharepoint pages
Readme
- Cách chạy code trên localhost:
- Thay đổi tên file index.ts (cùng cấp với file App.tsx) --> index.tsx
- Đóng tất cả export trong file đó vào và mở import ra
- npm start lại project
*Cài thư viện vào dự án:
- Vào link: https://www.npmjs.com/package/buildcorp-uikits
- Clone theo cú pháp
- Khai báo config màu vào file global của dự án với cú pháp: applyTheme(defaultTheme) - nhớ import
TypeScript Configuration
To use this library with TypeScript, ensure your tsconfig.json includes the following in compilerOptions:
{
"compilerOptions": {
"esModuleInterop": true
}
}