Skclusive.Material.Component icon indicating copy to clipboard operation
Skclusive.Material.Component copied to clipboard

Components Overview - Implemented vs Missing

Open henon opened this issue 5 years ago • 5 comments

I wanted to get an overview what is missing in this library so I put together a (probably incomplete) list of Material Design components I know from popular MD libraries such as Vuetify, etc. I understand this library started out as a port of React's Material-UI but I guess it could go much further than that. At least I see great potential for it.

Implemented components are checked off. Feel free to edit/update.

  • [ ] Alert
  • [x] App Bar
  • [ ] Autocomplete
  • [x] Avatar
  • [x] Backdrop
  • [x] Badge
  • [ ] Breadcrumbs
  • [ ] Bottom Navigation
  • [x] Buttons
  • [ ] Button Group
  • [ ] Calender
  • [ ] Carousels
  • [x] Cards
  • [x] Checkboxes
  • [x] Chips ... implemented by @henon, Issue #42
  • [x] Circular Progress
  • [ ] Color Picker
  • [x] Data Table
  • [ ] Date Picker
  • [x] Dialogs
  • [x] Divider
  • [x] Drawers
  • [ ] Expansion Panel
  • [x] FAB
  • [ ] Floating Label
  • [ ] Form
  • [x] Grid
  • [ ] Grid List
  • [x] Hidden
  • [x] Icon Button
  • [ ] Image
  • [ ] Image List
  • [x] Layout Grid
  • [ ] Line Ripple
  • [x] Linear Progress
  • [x] Link
  • [x] Lists
  • [x] Menus
  • [x] Modal
  • [x] Overlay (as Backdrop)
  • [x] Paper
  • [ ] Pagination ... requested via Issue #11 by @Mhirji
  • [ ] Parallax
  • [x] Popover
  • [x] Radio buttons
  • [ ] Rating
  • [x] Ripple
  • [ ] RTL (right-to-left) ... requested via Issue #43 by @T-Alkathiri
  • [ ] Select ... requested via Issue #11 by @Mhirji
  • [ ] Shape
  • [ ] Slider
  • [ ] Snackbars
  • [ ] Sparklines
  • [ ] Stepper ... requested via Issue #32 by @komsanb
  • [x] Switch
  • [x] Tabs
  • [x] Tab Bar
  • [ ] Tab Scroller
  • [ ] Textarea
  • [x] Textfield
  • [ ] Time Picker
  • [ ] Timeline
  • [x] Theme
  • [x] Toolbar
  • [ ] Tooltip ... WIP by @esso23, Issue #12, PR #40
  • [ ] Treeview ... requested via #6 by @Oleg26Dev
  • [x] Typography
  • [ ] Virtual Scroller

Edit: merged with Issue #19

henon avatar Jun 14 '20 12:06 henon

this is great. thanks for contributing. we could merge them together. not sure how to do it. please go ahead and merge these issues.

skclusive avatar Jun 15 '20 10:06 skclusive

@skclusive OK.

Also, are you on Gitter? I'd like to briefly talk to you about the best way of adding new components and how I can most effectively contribute to improve this library.

henon avatar Jun 15 '20 10:06 henon

@henon apologies for the delay. yes i am in Gitter. hardly using it. will check it out.

great. thanks for your interest and active contributions.

skclusive avatar Jun 20 '20 03:06 skclusive

Chip implemented by @henon thanks

skclusive avatar Jun 21 '20 15:06 skclusive

There is one missing on the list (i'm looking at Angular Material as comparisson) The SELECT

cmorgado avatar Jul 31 '20 10:07 cmorgado