diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-02-18 11:08:06 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-02-18 11:08:06 +0000 |
commit | d2bf53a4ade4bf283fdd1b40786fa913ae547b09 (patch) | |
tree | 9e3d11a56f8985bbc267e464555ef914356f100e /examples/03-controlled-inputs | |
parent | 15c562113f61e6088e4414f7236270cd5c9fe51c (diff) | |
download | lustre-d2bf53a4ade4bf283fdd1b40786fa913ae547b09.tar.gz lustre-d2bf53a4ade4bf283fdd1b40786fa913ae547b09.zip |
:memo: Update references from 'lustre/try' to 'lustre dev'.
Diffstat (limited to 'examples/03-controlled-inputs')
-rw-r--r-- | examples/03-controlled-inputs/src/app.gleam | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/03-controlled-inputs/src/app.gleam b/examples/03-controlled-inputs/src/app.gleam index babef7a..5c8381d 100644 --- a/examples/03-controlled-inputs/src/app.gleam +++ b/examples/03-controlled-inputs/src/app.gleam @@ -4,13 +4,13 @@ import lustre import lustre/attribute 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 +// 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 `--include-styles` flag: // -// $ gleam run -m lustre/try -- --include-styles +// $ gleam run -m lustre try --include-styles // -// In your own apps, make sure to add the `lustre_ui` dependency and include the +// In your own apps, make sure to add the `lustre/ui` dependency and include the // stylesheet somewhere. import lustre/ui import lustre/ui/aside |