Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ark-plumbing-imagespace

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ark-plumbing-imagespace

Imagespace component for Ark Plumbing

  • 1.4.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Ark Plumbing Imagespace

NPM Version:

npm version

Introduction

As we will have multiple application in the future we wanted to be sure that had the same consistent style across the board with our Imagespaces. As this was the case we have created a component that we use can reuse, maintaining the same functionality and look across the estate. This component allows us to have an area of content with a defined image in the background and text content in the foreground of the block.

Getting started

To install the Imagespace component use the following command:

npm install ark-plumbing-imagespace --save

This will save the component to your dependencies.

Using the component

To use the component use the following line of code to import the distributed Imagespace file:

import Imagespace from 'ark-plumbing-imagespace/dist/Imagespace';

To the use the component the line of code below will set it up for you:

<Imagespace
  header="Our home of UI"
  subHeader="One place for all our front end work"
  linkText="Find out more"
  url="/introduction"
  image={require("../../images/background.jpg")}
/>

FAQs

Package last updated on 14 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc