@uiworkspace/core

0.1.16 • Public • Published

@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

Package Sidebar

Install

npm i @uiworkspace/core

Weekly Downloads

9

Version

0.1.16

License

ISC

Unpacked Size

10.3 kB

Total Files

5

Last publish

Collaborators

  • digitalceo