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