Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 699 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 699 Bytes

Tokens

  1. definedPresets.token

Token that you can use to access all defined presets. Within definedPresets.token, you can find all the predefined presets that are used across all example projects

  1. formState.token

Token that you can use to access the state of the form. This state will be populated with values inside the form.preset.

  1. Theme.token

Token that provides access to the theme variable defined within the defineConfig function

  1. wasInteraction.token

Token that provides access to a boolean variable representing the first interaction on the page