Gathering detailed insights and metrics for @tekdi/djibouti-ui-css
Gathering detailed insights and metrics for @tekdi/djibouti-ui-css
Gathering detailed insights and metrics for @tekdi/djibouti-ui-css
Gathering detailed insights and metrics for @tekdi/djibouti-ui-css
npm install @tekdi/djibouti-ui-css
Typescript
Module System
Min. Node Version
Node Version
NPM Version
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
A customized CSS library for DJIBOUTI UI with Inter font as the default font family.
1npm install --save @tekdi/djibouti-ui-css
After adding the dependency in your package.json:
1"@tekdi/djibouti-ui-css": "^0.0.22"
Add the following to your HTML head:
1<link rel="stylesheet" href="https://unpkg.com/@tekdi/djibouti-ui-css@0.0.22/dist/index.css" />
If you're using a bundler like webpack, you can import the styles directly:
1import "@tekdi/djibouti-ui-css/dist/index.css";
This package uses Inter as the default font. All elements automatically use Inter without requiring explicit font-family declarations in your components.
The package comes with utility classes for easy font usage:
1/* Base font class */ 2.font-inter { 3 font-family: "Inter", sans-serif; 4} 5 6/* Font weight variants */ 7.font-inter-regular { 8 font-family: "Inter", sans-serif; 9 font-weight: 400; 10} 11 12.font-inter-medium { 13 font-family: "Inter", sans-serif; 14 font-weight: 500; 15} 16 17.font-inter-semibold { 18 font-family: "Inter", sans-serif; 19 font-weight: 600; 20} 21 22.font-inter-bold { 23 font-family: "Inter", sans-serif; 24 font-weight: 700; 25}
This package includes a customized Tailwind configuration specifically for DJIBOUTI UI applications. The configuration sets Inter as the default font for all component classes.
The package includes CSS for all DJIBOUTI UI components with Inter font styling applied.
Contributions, issues, and feature requests are welcome. Feel free to check the issues page if you want to contribute.
MIT © Tekdi Technologies Pvt. Ltd.
This package is a customized version of the original DJIBOUTI CSS components, optimized for use with Inter font.
1npm install --save @egovernments/digit-ui-components-css
1This Package is more specific to DIGIT-UI's can be used across mission's 2It is the base css for all Digit UI's
After adding the dependency make sure you have this dependency in
1frontend/micro-ui/web/package.json
1"@egovernments/digit-ui-components-css":"0.0.2",
then navigate to App.js
1frontend/micro-ui/web/public/index.html
1/** add this import **/ 2 3<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-components-css@0.0.2/dist/index.css" />
default
and alert
.UploadFile
, UploadPopup
, and UploadImage
.type
for Toast, replacing the separate props for info
, warning
, and error
.For a detailed changelog, see the CHANGELOG.md file.
DIGIT-UI-LIBRARIES Repo (https://github.com/egovernments/DIGIT-UI-LIBRARIES/tree/master)
[nabeelmd-egov] [bhavya-eGov] [nipunarora-eGov] [swathi-egov] [jagankumar-egov] [Tulika-eGov] [Ramkrishna-egov]
Storybook (https://unified-dev.digit.org/storybook/)
Documentation (https://core.digit.org/guides/developer-guide/ui-developer-guide/digit-ui/ui-components-standardisation/digit-ui-components0.2.0)
MIT © jagankumar-egov
No vulnerabilities found.
No security vulnerabilities found.