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

@solidmaterial/material

v1.1.0

Published

Material 3 Expressive for SolidJS

Readme

@solidmaterial/material

Solid Material is a component library implementing Material 3 Expressive using SolidJS.

Features

  • Components implementing the M3 Expressive spec

  • Layout components

  • Theming

    • Baseline and dynamic color schemes based on a source color
    • Static palette color tokens for 11 colors
  • Design tokens for easings and springs

  • View transitions

Components

The table below shows the implementation status of the components. Some of the components are mere SolidJS wrappers around their respective web component from @material-web.

A few components are missing or have not been reimplemented yet in SolidJS following the M3 Expressive spec. A few components like the skeleton loader are not found in the list above, but are mentioned elsewhere on the Material 3 website.

Some components are not in the list below because they are deprecated according to the Material 3 website and have suitable replacements:

  • Segmented buttons (replaced by the connected button group)
  • Navigation drawer (replaced by the extended navigation rail)

| Buttons | M3 | M3 Expressive | Solid | | ----------------------- | ------ | ----------------- | --------- | | Button groups | | ✅ | ✅ | | Buttons | ❌ | ✅ | ✅ | | FAB | ❌ | ✅ | ✅ | | Extended FAB | ❌ | ✅ | ✅ | | FAB menu | | ✅ | ✅ | | Icon buttons | ❌ | ✅ | ✅ | | Split buttons | | ✅ | ✅ | | Date & time pickers | M3 | M3 Expressive | Solid | | Date pickers | ❌ | | | | Time pickers | ❌ | | | | Loading & progress | M3 | M3 Expressive | Solid | | Loading indicator | | ❌ | | | Progress indicators | ✅ | ❌ | ❌ | | Navigation | M3 | M3 Expressive | Solid | | Navigation bar | ❌ | ✅ | ✅ | | Navigation rail | ❌ | ✅ | ✅ | | Sheets | M3 | M3 Expressive | Solid | | Bottom sheets | ✅ | | ✅ | | Side sheets | ✅ | | ✅ | | Form controls | M3 | M3 Expressive | Solid | | Checkbox | ✅ | | ❌ | | Radio button | ✅ | | ❌ | | Select | ✅ | | ❌ | | Sliders | ✅ | ❌ | ❌ | | Switch | ✅ | | ❌ | | Text fields | ✅ | | ❌ | | Other components | M3 | M3 Expressive | Solid | | App bars (1) | ❌ | ✅ | ✅ | | Badges | ✅ | | ✅ | | Cards | ✅ | | ✅ | | Carousel | ✅ | | ✅ | | Chips | ✅ | | ❌ | | Dialogs | ✅ | | ❌ | | Divider | ✅ | | ❌ | | Lists (2) | ❌ | ✅ | ✅ | | Menus | ✅ | ❌ | ❌ | | Search | ❌ | ✅ | ✅ | | Snackbar | ✅ | | ✅ | | Tabs | ✅ | | ❌ | | Toolbars | | ✅ | ✅ | | Tooltips | ✅ | | ✅ | | Not listed | M3 | M3 Expressive | Solid | | Skeleton | | | ✅ |

  • Note 1: No search variant for app bar yet.
  • Note 2: No expand/collapse functionality yet.

License

This package is licensed under the Apache 2.0 license.