# babel-react-components

> Utils for working with React components in Babel

Latest version **1.1.0** (published 2017-08-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install babel-react-components
pnpm add babel-react-components
yarn add babel-react-components
bun add babel-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.1.0 |
| Published | 2017-08-30 |
| First published | 2017-05-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 11 |
| Author | James Kyle |
| Maintainers | thejameskyle |

## Links

- npm: https://www.npmjs.com/package/babel-react-components
- Repository: https://github.com/babel-utils/babel-react-components
- Homepage: https://github.com/babel-utils/babel-react-components#readme
- Issues: https://github.com/babel-utils/babel-react-components/issues
- npm.io page: https://npm.io/package/babel-react-components

## Recent versions

- 1.1.0 (latest) — 2017-08-30
- 1.0.1 — 2017-05-24
- 1.0.0 — 2017-05-24

## README

# babel-react-components

> Utils for working with React components in Babel

```js
import {isReactComponentClass} from 'babel-react-components';

isReactComponentClass(path); // true/false
```

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