New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.12.2
Source
npm
Version published
Weekly downloads
0
-100%
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 24 Sep 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