@schematichq/schematic-components 2.5.0 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -55,6 +55,7 @@ specific stages.
55
55
  const config = {
56
56
  planId: 'plan_VBXv4bHjSf3', // pre-select a Plan
57
57
  addOnIds: ['plan_AWv7bPjSx2'], // pre-select 1 or more Add-ons
58
+ period: 'month', // pre-select 'month' or 'year' for the billing period (optional)
58
59
  skipped: {
59
60
  planStage: true, // if true, skip Plan selection
60
61
  addOnStage: true // if true, skip Add-on selection