1.1.5 • Published 5 years ago

@chrhb/pipelines-test v1.1.5

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

A project for testing a CI pipeline using the new Github Actions

release pipeline npm package npm downloads

Installation

Well, there isn't really much to be used in this, since it's a test project. But if you find something useful about the React components within the package, then this is how you'd get it.

# Using npm
npm i @chrhb/pipelines-test

Usage

Then you can use the package like the following:

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from '@chrhb/pipelines-test';

const App = () => (
  <div className='site'>
    <Button type='outline' size='lg'>
      Click me!
    </Button>
  </div>
);

ReactDOM.render(<App />, document.getElementById('app'));

Documentation

Well, none actually...

1.1.5

5 years ago

1.1.4

5 years ago

1.1.2

5 years ago

1.0.10

5 years ago

0.0.1

5 years ago