Skip to content

Commit

Permalink
feat(number input): import the new InputCounter component for the `in…
Browse files Browse the repository at this point in the history
…itFlowbite()` function
  • Loading branch information
zoltanszogyenyi committed Nov 21, 2023
1 parent 770b871 commit 455ac55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { initDials } from './dial';
import { initDismisses } from './dismiss';
import { initDrawers } from './drawer';
import { initDropdowns } from './dropdown';
import { initInputCounters } from './input-counter';
import { initModals } from './modal';
import { initPopovers } from './popover';
import { initTabs } from './tabs';
Expand All @@ -22,6 +23,7 @@ export function initFlowbite() {
initTooltips();
initPopovers();
initDials();
initInputCounters();
}

if (typeof window !== 'undefined') {
Expand Down

0 comments on commit 455ac55

Please sign in to comment.