Components ========== The wrappers to basic Quasar-Components can be found :doc:`here `. Visualization ------------- Some special visualization components, like Webgui and Plots. .. automodule:: ngapp.components.visualization :members: :show-inheritance: Materials --------- Some convenience components for material definitions. .. automodule:: ngapp.components.material :members: :show-inheritance: Components ----------- These components are convinence wrapper to :doc:`api_qcomponents` or basic HTML objects. You can use these or the base QComponents. You can also use them as templates on how to customize QComponents to your liking. .. automodule:: ngapp.components.helper_components :members: :show-inheritance: Base Component -------------- The base component that handles synchronization between Python and Javascript. .. automodule:: ngapp.components.basecomponent :members: :show-inheritance: