# react-style-normalizer

> React Style Normalizer

Latest version **1.2.8** (published 2015-04-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-style-normalizer
pnpm add react-style-normalizer
yarn add react-style-normalizer
bun add react-style-normalizer
```

## 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.2.8 |
| Published | 2015-04-30 |
| First published | 2015-02-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Radu Brehar |
| Maintainers | radubrehar |
| Keywords | style, normalize, prefix, react, browser |

## Links

- npm: https://www.npmjs.com/package/react-style-normalizer
- Repository: https://github.com/radubrehar/react-style-normalizer
- Issues: https://github.com/radubrehar/react-style-normalizer/issues
- npm.io page: https://npm.io/package/react-style-normalizer

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.2.8 (latest) — 2015-04-30
- 1.2.7 — 2015-04-23
- 1.2.6 — 2015-04-14
- 1.2.5 — 2015-04-14
- 1.2.4 — 2015-04-14
- 1.2.3 — 2015-04-14
- 1.2.2 — 2015-04-14
- 1.2.1 — 2015-04-14
- 1.2.0 — 2015-03-16
- 1.1.6 — 2015-03-16
- 1.1.5 — 2015-03-11
- 1.1.4 — 2015-03-11
- 1.1.3 — 2015-02-11
- 1.1.2 — 2015-02-11
- 1.1.1 — 2015-02-11
- … 4 more at https://npm.io/package/react-style-normalizer/versions

## README

# react-style-normalizer

> Vendor prefixing and style normalization for React

Prefixes both style names and values, when needed.

## Install

```sh
$ npm i react-style-normalizer --save
```

## Usage

```jsx
var normalize = require('react-style-normalizer')

var style = normalize({
	userSelect: 'none',// in chrome/safari it becomes WebkitUserSelect: 'none'
	display: 'flex' //on safari it becomes display: '-webkit-flex'
})

React.render(<div style={style} />, mountNode)
```

## Contributing

Use [Github issues](https://github.com/radubrehar/react-style-normalizer/issues) for feature requests and bug reports.

We actively welcome pull requests.

## License

#### MIT

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