# orientation-listener **Repository Path**: mirrors_component/orientation-listener ## Basic Information - **Project Name**: orientation-listener - **Description**: Listen to device orientation changes - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # orientation-listener Listen for device orientation changes. ## Installation Install with [component(1)](http://component.io): $ component install component/orientation-listener ## Example ## API ### Listener() Initialize a new Listener. ### Listener.orientation() Return the orientation type, "landscape" or "portrait". ### Listener.unbind() Unbind listeners. ## License MIT