# propeller-react-components

> This project was bootstrapped with [create-react-library](https://github.com/UdiliaInc/create-react-library).

Latest version **1.0.13** (published 2017-10-24) · 0 weekly downloads

## Install

```sh
npm install propeller-react-components
pnpm add propeller-react-components
yarn add propeller-react-components
bun add propeller-react-components
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.13 |
| Published | 2017-10-24 |
| First published | 2017-10-21 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | djwirz |

## Links

- npm: https://www.npmjs.com/package/propeller-react-components
- npm.io page: https://npm.io/package/propeller-react-components

## Dependencies (4)

- [react-router](https://npm.io/package/react-router.md) ^4.2.0
- [react-s-alert](https://npm.io/package/react-s-alert.md) ^1.3.1
- [react-bootstrap](https://npm.io/package/react-bootstrap.md) ^0.31.3
- [react-router-dom](https://npm.io/package/react-router-dom.md) ^4.2.2

## Recent versions

- 1.0.13 (latest) — 2017-10-24
- 1.0.12 — 2017-10-23
- 1.0.11 — 2017-10-23
- 1.0.10 — 2017-10-23
- 1.0.9 — 2017-10-23
- 1.0.8 — 2017-10-23
- 1.0.7 — 2017-10-23
- 1.0.6 — 2017-10-23
- 1.0.5 — 2017-10-21
- 1.0.4 — 2017-10-21
- 1.0.3 — 2017-10-21
- 1.0.2 — 2017-10-21
- 1.0.1 — 2017-10-21
- 1.0.0 — 2017-10-21

## README

This project was bootstrapped with [create-react-library](https://github.com/UdiliaInc/create-react-library).

Below you will find some information on how to perform common tasks.<br>
You can find the most recent version of this guide [here](https://github.com/UdiliaInc/create-react-library/blob/master/README.md).

## Converted to custom setup

Moved all dependencies to dev dependencies because we don't need extra dependencies for our library after build, but we want all this features while developing one: 

* Compile SCSS to css
* React, JSX, ES6, and Flow syntax support.
* Language extras beyond ES6 like the object spread operator.
* A dev server that lints for common errors.
* Import CSS and image files directly from JavaScript.
* Autoprefixed CSS, so you don’t need `-webkit` or other prefixes.
* A `build` script to bundle JS, CSS, and images for production.

## Getting Started

Clone repo

````
git clone https://github.com/udiliaInc/create-react-library.git
````

Install dependencies

`npm install`

Start development server

`npm start`

Runs the demo app in development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

## Library files

All library files are located inside `src/lib`  

## Demo app

Is located inside `src/demo` directory, here you can test your library while developing

## Testing

`npm run test`

## Build library

`npm run build`

Produces production version of library under the `build` folder.

## Publish library

`npm publish`

---
_Source: https://npm.io/package/propeller-react-components · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
