react-landing-component
v1.0.24
Published
Landing component for homepages
Readme
React Landing Component
Simple React Component to create beautiful landing page.
npm install react-landing-component
Props
|Name|Type|Details|
|--|--|--|
|Image|string|Source of image, could be an url, or imported image|
|Text|string|Sub text for the component. Animated by typed.js|
|Classes|object|Class object to modify the component itself. You can provide your custom class here|
|Id|string|ID for the outmost div on the component. You can reach the given ID by using document.getElementById|
|Header|string|Main text for the component|
