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

ark-plumbing-react-toolbox

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ark-plumbing-react-toolbox

Build Status:

  • 0.16.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Ark Plumbing React Toolbox

Build Status:

CircleCI

NPM Version:

npm version

Introduction

This toolbox acts as a React.js framework for all Ark Plumbing websites. Its an easy way to share components across the estate and makes them so much more manageable. The styles used are from the Ark Plumbing Sass repository.

Usage

Consuming a component is simple. When developing a component, it is added to a distribution folder. For each component there is a .js file and a .css file. You can import these as you may but as long as they are both imported, the component will work as expected.

For example:

JS Import:

import Footer from 'ark-plumbing-react-toolbox/dist/footer';

CSS Import:

@import '../../../../node_modules/ark-plumbing-react-toolbox/dist/Footer.css';

Components

Below is a list of all the components included thus far:

FAQs

Package last updated on 08 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