react-hopfenstop-uc

For detailed documentation please visit [https://storybook.hopfenstop.de](https://storybook.hopfenstop.de)

Usage no npm install needed!

<script type="module">
  import reactHopfenstopUc from 'https://cdn.skypack.dev/react-hopfenstop-uc';
</script>

README

react-hopfenstop-uc

Universal Components for the HopfenStop Project

For detailed documentation please visit https://storybook.hopfenstop.de

Usage

Install the package using npm:

npm i react-hopfenstop-uc --save

Then, import the package and use it:

import {LoginButton} from 'react-hopfenstop-uc'
...

render(){
    return(
        <LoginButton/>
    );
}