import React from 'react'
import { render } from 'react-dom'
render(, document.getElementById('root'))Props
foo- Something something.bar- Optional Something something. Defaults tonull.
Example
$ npm install react-table-skeleton --save
There are also UMD builds available via unpkg:
- https://unpkg.com/react-table-skeleton/dist/react-table-skeleton.umd.development.js
- https://unpkg.com/react-table-skeleton/dist/react-table-skeleton.umd.production.js
For the non-minified development version, make sure you have already included:
For the minified production version, make sure you have already included:
MIT