Add MeterGroup
parent
510ce10e16
commit
6b75f1a565
|
@ -45,6 +45,6 @@ const messages = ['Message', 'InlineMessage', { name: 'Toast', use: { as: 'Toast
|
||||||
|
|
||||||
const media = ['Carousel', 'Galleria', 'Image'];
|
const media = ['Carousel', 'Galleria', 'Image'];
|
||||||
|
|
||||||
const misc = ['Avatar', 'AvatarGroup', 'Badge', 'BlockUI', 'Chip', 'Inplace', 'ScrollTop', 'Skeleton', 'ProgressBar', 'ProgressSpinner', 'Tag', 'Terminal'];
|
const misc = ['Avatar', 'AvatarGroup', 'Badge', 'BlockUI', 'Chip', 'Inplace', 'MeterGroup', 'ScrollTop', 'Skeleton', 'ProgressBar', 'ProgressSpinner', 'Tag', 'Terminal'];
|
||||||
|
|
||||||
export const components = [...form, ...button, ...data, ...panel, ...overlay, ...file, ...menu, ...chart, ...messages, ...media, ...misc].map((c) => (typeof c === 'string' ? { name: c } : c));
|
export const components = [...form, ...button, ...data, ...panel, ...overlay, ...file, ...menu, ...chart, ...messages, ...media, ...misc].map((c) => (typeof c === 'string' ? { name: c } : c));
|
||||||
|
|
Loading…
Reference in New Issue