solid-material-components

0.1.1 • Public • Published

Solid Material Components

Port of Material Design Components for SolidJS. In the future, self-made components could be provided.

You can see online demos of all components in Material Design Components. I will provide a demo page specific to this library soon.

Status

This library is a work in progress. I will add components as I need them myself. Released components should be perfectly usable, but API changes may happen.

Currently ported:

  • buttons
  • icon buttons
  • ripple effects
  • checkboxes
  • radio buttons
  • sliders
  • (filter) chips

I have many more components already ported, but not yet ready to release. More progress soon!

Usage

Currently only supports usage with vite. A separate package will be released in a more traditional way that's usable in all circumstances.

  • Install pnpm add solid-material-components

  • No need to import any CSS (thanks to vite)!

  • Optionally import the icon font by placing the following in your <head> tag:

    <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">

  • Just import components and use them. For example:

    import { Button } from "solid-material-components/button";
    // ...
    <Button>Hello world!</Button>

Contributing

I very much welcome PRs! Feel free to reach out to me first to discuss the component you want to port, or what other change you want implemented. I'm also active on Solid's Discord server.

TODOs

  • [ ] (better) global theming solution
  • [ ] non-vite package
  • [ ] online demo page
  • [ ] more components!

Package Sidebar

Install

npm i solid-material-components

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

188 kB

Total Files

59

Last publish

Collaborators

  • evertheylen