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

@chotot/clad-ui

v2.2.0

Published

Classified Ads group (Carousell, Chotot, Mudah, Onekyat) design system.

Downloads

799

Readme

Intro

Clad UI Design System is a system of design tokens, guidelines, theming solution and components library that helps Chotot front end and mobile engineers build consistent UIs faster and more satisfyingly.

Why the name Clad UI?

Clad is the short form of classified ads, which is the main product of our group, besides, clad also mean “to be dressed or to be coated”

What Clad UI Design System is

  • A unified solution for styling components for Chotot Web user-facing platforms
  • A theme specifications that define primitive Clad UI design tokens
  • A collection of reusable components from atomic inputs to composite components
  • A workbench (a.k.a kitchen sink) to preview all available components and their usage guide
  • A set of CLI tools to assist generate new components...

What Clad UI Design System is NOT

  • A base framework for doing Chotot web apps (refer to Next.js framework)
  • An end user-facing web app
  • Any full web page

Colophon (A.K.A prerequisites to this design system)

Building components:

Maintaining the system:

Components Status

Date update: 2025-07-31

| No | Component | Web | iOS | Android | | --- | ------------------------ | ------- | --- | ------- | | 1 | Announcer | ✅ 1.0+ | ✅ | | | 2 | Box | ✅ 1.0+ | | | | 3 | Breadcrumbs | ✅ 1.0+ | | | | 4 | Badge | ✅ 1.0+ | ✅ | ✅ | | 5 | Button | ✅ 1.2+ | ✅ | ✅ | | 6 | Checkbox | ✅ 1.0+ | | ✅ | | 7 | Chip | ✅ 1.2+ | ✅ | ✅ | | 8 | CurrencyInput | ✅ 1.0+ | | ✅ | | 9 | DatePicker | ✅ 1.5+ | | | | 10 | DateTimePicker | ✅ 1.5+ | | | | 11 | Dialog | ✅ 1.0+ | ✅ | | | 12 | Drawer* | ✅ 1.0+ | ✅ | ✅ | | 13 | Dropdown | ✅ 1.0+ | ✅ | | | 14 | EmptyState | ✅ 1.0+ | ✅ | ✅ | | 15 | GhostButton (ButtonLink) | ✅ 1.0+ | | | | 16 | Grid | ✅ 1.0+ | | | | 17 | LegacyDialog | ✅ 1.0+ | | | | 18 | LegacyPopup | ✅ 1.0+ | | | | 19 | MultiSearchDropdown* | ✅ 1.0+ | | ✅ | | 20 | Notification | N/A | | ✅ | | 21 | Input/ Input Text | ✅ 1.2+ | ✅ | ✅ | | 22 | InputGroup | ✅ 1.0+ | ✅ | | | 23 | Popup | ✅ 1.2+ | | ✅ | | 24 | RadioButton | ✅ 1.0+ | ✅ | ✅ | | 25 | RowItem | ✅ 1.0+ | ✅ | | | 26 | SearchInput | ✅ 1.2+ | | | | 27 | ShapeIcon | ✅ 1.0+ | | | | 28 | Slider | ✅ 1.0+ | | | | 29 | Snack | ✅ 1.0+ | ✅ | ✅ | | 30 | Stepper | | | ✅ | | 31 | Tabs | ✅ 1.2+ | ✅ | ✅ | | 32 | TagCloud | ✅ 1.0+ | ✅ | | | 33 | TextArea | ✅ 1.0+ | | ✅ | | 34 | TextLabel | ✅ 1.5+ | ✅ | ✅ | | 35 | ToggleSwitch | ✅ 1.0+ | | ✅ | | 36 | Tooltip | ✅ 1.0+ | ✅ | ✅ | | 37 | Pagination | 🧪 1.6+ | | | | 38 | InputRange | 🧪 2.1+ | | | | 39 | Searchbar | 🧪 2.1+ | | |

Legend: ✅: stable; 🧪: beta; ⚠️: deprecated; [1.0+]: since this version

* Other Naming:

  • MultiSearchDropdown name in Android is Input multi selected chip
  • Drawer in iOS / Android is *BottomSheet

Getting started

Refer to Overview > Getting-started document.

Verifying clad-ui components in production

Open browser Devtool (F12) and add following CSS to the :root element:

:root {
  /* Highlight clad-ui components: setting the color of element `outline`  */
  --cladebug: magenta;
  /* [Optional] Display component label: setting the label's pseudo-element `display` property  */
  --cladebug-label: block;
}

Frequently Asked Questions

1. Does this design system work with Next.js apps?

Yes. But it requires custom next.js config. Refer to Chotot Next.js Framework to see how it's configured.

Technical Debts

1. Linaria lack an object serializer that assist snapshot testing.

Currently, snapshots contains only rendered HTML and hashed class names. Ideally, snapshots should contain rendered HTML and associated CSS combined as component's signature.

Github issue to keep track

2. Dynamic theming using CSS Variables

We need to explore into implementing dynamic theme switching using CSS variables. Maybe we can look into making use of theme token as CSS variable token.


© 2020-2025 Chotot.com. Apache-2.0 license.