rad_html_vscode 0.2.0 rad_html_vscode: ^0.2.0 copied to clipboard
Visual-JSX Ready HTML widgets for using in your Rad applications
Sample #
The HTML widgets provided by this package differ from the official HTML widgets provided by the Rad framework:
import 'package:rad_html_vscode/rad_html_vscode.dart';
// instead of
// div()
// Division()
// div(child: null)
// div(child: [])
// div(children: null)
// div(children: [])
// we've only this
div([]),