diff --git a/site/content/docs/standard/getting-started/optimization/index.html b/site/content/docs/standard/getting-started/optimization/index.html index 6fad51b0c..1b2c93574 100644 --- a/site/content/docs/standard/getting-started/optimization/index.html +++ b/site/content/docs/standard/getting-started/optimization/index.html @@ -183,10 +183,20 @@

{{< twsnippet/wrapper "src/index.js" "" "mobile" >}}{{< twsnippet/code active=true lang="js" >}} import { Select, initTE } from "tw-elements"; - initTE({ Select }, true); // set second parameter to true if you want to use a debugger + initTE({ Select }, options); {{< /twsnippet/code >}}{{< /twsnippet/wrapper >}} +

+ The options are documented in the + Tailwind Elements formats. +

+

Step 5

Run the application