kendo-themes icon indicating copy to clipboard operation
kendo-themes copied to clipboard

Add sizes to components

Open joneff opened this issue 5 years ago • 1 comments

At times we need different sizes for components like buttons, inputs, grids etc. True, the same can be achieved trough customization, but at times we need to apply said size only to specific components. Thus, we need predefined abstract sizes (small, medium, large etc).

Describe the solution you would like to see implemented

Provide class names for buttons, inputs, grid, say button-sm, input-lg etc.

Describe the alternatives you have considered

There is no viable alternative than providing built in classes. Customizing the components outside of the scope of the framework would yield inconsistent results at best.

Additional context

Applies to:

  • [ ] Grid / Treelist telerik/kendo-themes-private#6
  • [ ] Pager https://github.com/telerik/kendo-themes/issues/4002
  • [x] Button
  • [ ] Toolbar https://github.com/telerik/kendo-themes/issues/3294
  • [x] Generic inputs
  • [x] Combobox
  • [x] Dropdown
  • [x] Autocomplete
  • [x] Numeric
  • [x] Date / Time picker
  • [x] Colorpicker
  • [x] Multiselect
  • TBA

joneff avatar Nov 29 '19 12:11 joneff

Any updates in this one? Where are we, do we have designs ready?

eeasss avatar Jun 03 '20 20:06 eeasss

Done with v6.0.0 of the themes, where the Pager, Toolbar and Grid sizing is implemented.

Juveniel avatar Mar 28 '23 18:03 Juveniel