0.1.16 • Published 2 years ago

@uiworkspace/core v0.1.16

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@uiworkspace/heros

A library of pre-built website hero components you can place on any react site.

Installation

npm i @uiworkspace/core

Example 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: hello@uiworkspace.com

License

Non-exclusive license from uiworkspace.com