ar-template-article

0.1.0 • Public • Published

AR template - article

A stateless article template component, written in react, inline with atomic design principles

When should I use it

The component should be used whenever a article is needed, and passed the relevant properties for it to function and appear correctly in its context.

As an template (see atomic design), it should be used as part of a stateful component such as a react container.

How should I use it

The article should be installed via npm, imported into you file/project and then used in situ

Install

yarn add ar-template-article

Import

import article from 'ar-template-article';

Example

<article />

How can I update it

Things to note

The component uses symantic versioning, with the intention of it being possible to use it in multiple places with the relevant feature for the context, and for developers to better reason if newer versions would break functionality.

Updating

Run the below commands to generate a development copy of the component and open it in a browser.

git clone git@github.com:gazzwi86/ar-template-article.git
yarn install
yarn start

You can then begin editing the files in the src directory. Once finished, update the examples in:

  • /README.md
  • /example/index.jsx

Publishing changes

Running the below command will bump the version number. You should then commit and push your changes to the git repository.

npm publish:<patch/minor/major>

Useful links

Dependents (0)

Package Sidebar

Install

npm i ar-template-article

Weekly Downloads

2

Version

0.1.0

License

none

Last publish

Collaborators

  • gazzwi86