# restyled-components

> predefined styled-components to be used in React-app

Latest version **1.0.15** (published 2021-03-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install restyled-components
pnpm add restyled-components
yarn add restyled-components
bun add restyled-components
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.15 |
| Published | 2021-03-24 |
| First published | 2021-03-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=10 |
| Dependencies | 1 |
| Unpacked size | 64.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | https://github.com/razaIqbal07 |
| Maintainers | razaiqbal |

## Links

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

## Dependencies (1)

- [styled-components](https://npm.io/package/styled-components.md) ^5.1.1

## Recent versions

- 1.0.15 (latest) — 2021-03-24
- 1.0.14 — 2021-03-24
- 1.0.13 — 2021-03-17
- 1.0.12 — 2021-03-17
- 1.0.11 — 2021-03-17
- 1.0.10 — 2021-03-17
- 1.0.9 — 2021-03-17
- 1.0.8 — 2021-03-16
- 1.0.7 — 2021-03-16
- 1.0.6 — 2021-03-16
- 1.0.5 — 2021-03-16
- 1.0.4 — 2021-03-16
- 1.0.3 — 2021-03-16
- 1.0.2 — 2021-03-09
- 1.0.1 — 2021-03-09

## README

# restyled-components

> predefined styled-components to be used in React-app

[![NPM](https://img.shields.io/npm/v/restyled-components.svg)](https://www.npmjs.com/package/restyled-components) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save restyled-components
```

## Usage

```jsx
import React from 'react'

import { StyledButton } from 'restyled-components'

const App = () => {
  return <StyledButton>Submit</StyledButton>
}

export default App
```

## License

MIT © [https://github.com/razaIqbal07](https://github.com/https://github.com/razaIqbal07)

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