Add MeterGroup

pull/5098/head
tugcekucukoglu 2024-01-16 12:20:31 +03:00
parent 510ce10e16
commit 6b75f1a565
1 changed files with 1 additions and 1 deletions

View File

@ -45,6 +45,6 @@ const messages = ['Message', 'InlineMessage', { name: 'Toast', use: { as: 'Toast
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));