perspective 2.0.0

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
////////////////////////////////////////////////////////////////////////////////
//
// 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.

//! `containers` are generic container-like components for collections of other
//! `Component` types.

pub mod dragdrop_list;
pub mod dropdown_menu;
pub mod radio_list;
pub mod radio_list_item;
pub mod scroll_panel;
pub mod select;
pub mod split_panel;

#[cfg(test)]
mod tests;