Component
TableOfContents
Flutter implementation of the TableOfContents component.
Usage
dart
import 'package:refraction_ui/refraction_ui.dart';
class MyTableOfContentsExample extends StatelessWidget {
@override
Widget build(BuildContext context) {
return TableOfContents(
// Add props here
);
}
}