How to use the @instructure/ui-billboard/lib/components/Billboard.PropTypes function in @instructure/ui-billboard

To help you get started, we’ve selected a few @instructure/ui-billboard examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github instructure / instructure-ui / packages / ui-core / src / components / Billboard / index.js View on Github external
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */

import React, { Component } from 'react'
import deprecated, { changedPackageWarning } from '@instructure/ui-utils/lib/react/deprecated'
import UIBillboard from '@instructure/ui-billboard/lib/components/Billboard'

@deprecated('5.0.0', null, changedPackageWarning(
 'ui-core',
 'ui-billboard'
))
class Billboard extends Component {
 static propTypes = {
   ...UIBillboard.PropTypes
 }

 render () {
   return 
 }
}

export default Billboard

@instructure/ui-billboard

A UI component to display empty states, 404 pages, redirects, etc.

MIT
Latest version published 3 days ago

Package Health Score

87 / 100
Full package analysis

Popular @instructure/ui-billboard functions

Similar packages