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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@skuad/ui

v0.4.12

Published

UI Library for Skuad FE Applications

Readme

Skuad Design System contains foundational React UI components, created using Mui components in it's core to provide a consistent look and feel across the Skuad product in terms of both design and functionality.

Installation

Make sure to also add other dependencies which is needed to run this library

yarn add @skuad/ui

Direct Dependencies needed to run this library

  • "@emotion/react": "^11.10.5",
  • "@emotion/styled": "^11.10.5",
  • "@mui/icons-material": "^5.6.2",
  • "@mui/lab": "^5.0.0-alpha.79",
  • "@mui/material": "^5.11.7",
  • "dayjs": "^1.11.5",
  • "react": "^17.0.1",
  • "react-phone-input-2": "^2.15.1",
  • "react-router-dom": "^6.3.0"

Collaboration

We're very delighted to have you join the Skuad community. We're always looking for new collaborators to work together. Please follow the Skuad Git Contribution Guidelines to get started.

Documentation

This UI library consist of a number of components that are used to build the Skuad frontend applications.

It is divided in two main categories:

  • core - These are the core components that are used to create UI, which is using Mui components in it's core. It includes all primary Mui components with addition of following new components too:-

    • CheckboxGroupInput
    • CurrencyInput
    • RadioGroupInput
  • web - These are re-usable components responsible for giving consistent UI/UX.

    • CalloutData and CalloutDataSet
    • DetailedAvatar
    • HistoryCard
    • RouteLink
    • SkeletonProgress
    • SubmitButtonGroup
    • Table
  • icon - These are custom icon for skuad application created with Mui's createSvgIcon and extends all default Mui-Icon functionalities. It also includes all the Mui inbuilt icons.

Core Components

import { Button, Alert, Select } from '@skuad/ui';
// or
import { Button, Alert, Select } from '@skuad/ui/core';

Web Components

import { DetailedAvatar, CalloutDataSet, Table } from '@skuad/ui';
// or
import { DetailedAvatar, CalloutDataSet, Table } from '@skuad/ui/web';

Icon

import { SettingIcon, DashboardIcon } from '@skuad/ui/icon';

Themes

This library also exposes default theme to be used across the Skuad product.

import { SkuadDefaultTheme } from '@skuad/ui';

Storybook

All the components in this library are available in the storybook with their dedicated stories.

Skuad UI Storybook can be found at http://skuad-ui.dev.internal.skuad.in/

Due to internal organization rules, this url is only accessible with skuad vpn access.

Steps to open above url with VPN -

  1. Navigate to https://vpn.skuad.in and login using skuad email, and generate Profile URI.

  2. Download client application and start the VPN after importing the profile in VPN client application.

  3. Now you can access the URL