////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2018, the Perspective Authors.
//
// This file is part of the Perspective library, distributed under the terms
// of the Apache License 2.0. The full license can be found in the LICENSE
// file.
//! A module for form controls (though form controls like `<Select>` which are
//! also container elements should go in the `containers` module). Components
//! in this module should not be imported from the `components` parent module
//! directly.