iu-test-kit
v1.0.3
Published
A test kit that contains different components
Downloads
17
Readme
Hexagon moving backdrop
A React component that renders animated hexagonal tracers.
How to use
Import the HexagonMovingBackdrop component from the 'iu-react-hexagon-moving-backdrop' module and include it in your project:
import {HexagonMovingBackdrop} from 'iu-react-hexagon-moving-backdrop';
function App() {
return (
<div
className="App"
style={{
width: "500px",
height: "400px",
}}
>
<HexagonMovingBackdrop/>
</div>
);
}
export default App;The HexagonMovingBackdrop component fully occupies the parent container.
