jaspr_ribbon_toolbar 0.5.1
jaspr_ribbon_toolbar: ^0.5.1 copied to clipboard
An MS Office–style ribbon toolbar component for Jaspr web apps, rendered to an HTML5 <canvas>. Ported from the Xojo XjRibbon library. Supports tabs, groups, large/small/dropdown/split/toggle/checkbox/ [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add jaspr_ribbon_toolbarWith Flutter:
$ flutter pub add jaspr_ribbon_toolbarThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
jaspr_ribbon_toolbar: ^0.5.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:jaspr_ribbon_toolbar/jaspr_ribbon_toolbar.dart';