README
react-header
(Important!) Use with babel & webpack
- configuration will have added soon
Importing
import Header from 'react-header';
Usage
<Header title="Pricing"/>
dynamic page header component
<script type="module">
import reactHeader from 'https://cdn.skypack.dev/react-header';
</script>
import Header from 'react-header';
<Header title="Pricing"/>