feat(Boxer): add @tanstack/react-virtual dependency and enhance Boxer component with improved option handling and ref exposure

This commit is contained in:
2026-01-17 19:33:19 +02:00
parent a8e9c50290
commit 1fb57d3454
7 changed files with 113 additions and 53 deletions

View File

@@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react';
import { useState } from 'react';
import type { BoxerItem, BoxerProps } from '../Boxer.types';
import type { BoxerItem } from '../Boxer.types';
import { Boxer } from '../Boxer';