Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
siliconivan committed Mar 25, 2022
1 parent 93178c3 commit 4987480
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,11 @@ Follow or subscribe to our [Twitter](https://twitter.com/parabeac), [Youtube](ht
## All parabeac_core Configurations
* `"componentIsolation"` - _Valid Values Below_
* `"none"`
* `"widgetbook"` -- Generates a Widgetbook file
* `"widgetbook"` -- Generates a Widgetbook File
* `"dashbook"` -- Generates a Dashbook File

_To run dashbook or widgetbook, run `flutter run lib/main_widgetbook.g.dart` or `flutter run lib/main_dashbook.g.dart`_

* `"breakpoints"` -- _(Beta)_ Describes where the breakpoints should be in the ResponsiveLayoutBuilder whenever there are multiple screens with the same name.
* An Array of Key Values: (`"name of breakpoint" : "breakpoint value (int)"`)

Expand Down

0 comments on commit 4987480

Please sign in to comment.