Create Elm programs that run in browsers!
This package enables developers to create Elm programs that run in web browsers. It provides the core `Browser` module with four main functions—`sandbox`, `element`, `document`, and `application`—that allow progressively more complex browser-based interactions, from simple user input handling to full single-page applications. The package is built by the Elm project and comes with example programs that can be compiled and run locally using `elm reactor`.