@uiworkspace/core
v0.1.16
Published
React user interface layout components
Downloads
3
Maintainers
Readme
@uiworkspace/heros
A library of pre-built website hero components you can place on any react site.
Installation
npm i @uiworkspace/coreExample usage of the Heroplain component
import { Heroplain } from '@uiworkspace/core'
export default function Yourcomponent() {
const heroPlainContent = {
bgimage: "/image.jpg", //path to image
bgcolor: "white", //optional
bgimageOverlay: 0.3, //optional
};
return <Heroplain>Explore Your World</Heroplain>
}Contact
Email: [email protected]
License
Non-exclusive license from uiworkspace.com
