Dogfalo / materialize

Materialize, a CSS Framework based on Material Design
https://materializecss.com
MIT License
38.86k stars 4.74k forks source link

New features request #5552

Closed GRBaset closed 6 years ago

GRBaset commented 6 years ago

As of v1.0.0 alpha, these are still not available. I'd like to know if you're planning on implementing these and when.

Expected Behavior

  1. All the progress indicators.
  2. Non-modal bottom sheets.
  3. Expansion panels.
  4. Steppers

Current Behavior

  1. Buffer and query linear and determinate and integrated circular indicators are missing.
  2. Overlay is mandatory.

3 & 4 are completely missing.

Possible Solution

There's already a library for steppers.

Context

Right now I implement non-modal bottom sheets with a dirty hack in JS (removing the overlay after opening it). The progress indicators are interesting for allowing users to know more exactly what's happening.

Dogfalo commented 6 years ago

Our focus is currently getting 1.0 stable

ray007 commented 6 years ago

Not that I need it now, but why not keep the issue open for post-1.0?

GRBaset commented 6 years ago

Yes, that's what I was thinking when writing the issue: know if and when they'll implement it, not if they'll do it now.