diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-24 21:12:12 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-24 21:18:56 +0000 |
commit | 02007717a195878c56abd5f7b4909f3d10f0e1de (patch) | |
tree | 264fe7c463fcc80f36f6376c7e50b2e391c2c0db /examples/03-controlled-inputs/src | |
parent | 65f32e8df1a49e469e559bda89bcc3279772d0d8 (diff) | |
download | lustre-02007717a195878c56abd5f7b4909f3d10f0e1de.tar.gz lustre-02007717a195878c56abd5f7b4909f3d10f0e1de.zip |
:recycle: Update examples to use new lustre_dev_tools package.
Diffstat (limited to 'examples/03-controlled-inputs/src')
-rw-r--r-- | examples/03-controlled-inputs/src/app.gleam | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/03-controlled-inputs/src/app.gleam b/examples/03-controlled-inputs/src/app.gleam index 2d43170..d3c764e 100644 --- a/examples/03-controlled-inputs/src/app.gleam +++ b/examples/03-controlled-inputs/src/app.gleam @@ -6,9 +6,9 @@ import lustre/element.{type Element} import lustre/event // These examples are written with `lustre/ui` in mind. They'll work regardless, // but to see what `lustre/ui` can do make sure to run each of these examples with -// the `--use-lustre-ui` flag: +// the `--use-example-styles` flag: // -// $ gleam run -m lustre try --use-lustre-ui +// $ gleam run -m lustre/dev start --use-example-styles // // In your own apps, make sure to add the `lustre/ui` dependency and include the // stylesheet somewhere. |