npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@tekdi/djibouti-ui-css

v0.0.28

Published

CSS library for djibouti UI

Readme

@tekdi/djibouti-ui-css

A customized CSS library for DJIBOUTI UI with Inter font as the default font family.

Features

  • Inter font set as the default font throughout the application
  • Complete tailwind configuration customized for DJIBOUTI UI
  • Pre-configured components styling
  • Mobile responsive design
  • Font utility classes for easy typography

Install

npm install --save @tekdi/djibouti-ui-css

Usage

After adding the dependency in your package.json:

"@tekdi/djibouti-ui-css": "^0.0.27"

Method 1: Add to HTML directly

Add the following to your HTML head:

<link rel="stylesheet" href="https://unpkg.com/@tekdi/[email protected]/dist/index.css" />

Method 2: Import in JavaScript

If you're using a bundler like webpack, you can import the styles directly:

import "@tekdi/djibouti-ui-css/dist/index.css";

Font Configuration

This package uses Inter as the default font. All elements automatically use Inter without requiring explicit font-family declarations in your components.

Font Weights Available:

  • Regular (400)
  • Medium (500)
  • Semi-bold (600)
  • Bold (700)

Using Font Utility Classes

The package comes with utility classes for easy font usage:

/* Base font class */
.font-inter {
  font-family: "Inter", sans-serif;
}

/* Font weight variants */
.font-inter-regular {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.font-inter-medium {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.font-inter-semibold {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.font-inter-bold {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

Tailwind Configuration

This package includes a customized Tailwind configuration specifically for DJIBOUTI UI applications. The configuration sets Inter as the default font for all component classes.

Components

The package includes CSS for all DJIBOUTI UI components with Inter font styling applied.

Contributing

Contributions, issues, and feature requests are welcome. Feel free to check the issues page if you want to contribute.

License

MIT © Tekdi Technologies Pvt. Ltd.

Credits

This package is a customized version of the original DJIBOUTI CSS components, optimized for use with Inter font.

digit-ui-css

Install

npm install --save @egovernments/digit-ui-components-css

Limitation

This Package is more specific to DIGIT-UI's can be used across mission's
It is the base css for all Digit UI's

Usage

After adding the dependency make sure you have this dependency in

frontend/micro-ui/web/package.json
"@egovernments/digit-ui-components-css":"0.0.2",

then navigate to App.js

frontend/micro-ui/web/public/index.html
/** add this import **/

<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />

Changelog

Summary for Version [0.0.2] - 2024-06-03

New Changes

  • Added Error Message Component.
  • Added Info Button Component.
  • Added Panels Component.
  • Added Popup Component with two variants: default and alert.
  • Added RemoveableTag Component.
  • Added Stepper Component.
  • Added TextBlock Component.
  • Added Timeline Component.
  • Added Uploader Component with three variants: UploadFile, UploadPopup, and UploadImage.
  • Added PanelCard Molecule.

Enhancements

  • Updated Button Component Styles.
  • Updated Dropdown Component Styles and added SelectAll Option.
  • Updated InfoCard Component Styles.
  • Added Animation for Toast.
  • Added new prop type for Toast, replacing the separate props for info, warning, and error.
  • Updated Typography with lineHeight.
  • Updated Color Typography.

For a detailed changelog, see the CHANGELOG.md file.

Published from DIGIT-UI-LIBRARIES

DIGIT-UI-LIBRARIES Repo (https://github.com/egovernments/DIGIT-UI-LIBRARIES/tree/master)

Contributors

[nabeelmd-egov] [bhavya-eGov] [nipunarora-eGov] [swathi-egov] [jagankumar-egov] [Tulika-eGov] [Ramkrishna-egov]

Reference

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)

License

MIT © jagankumar-egov

Logo