# nsfw-test

> [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primereact.svg)](https://badge.fury.io/js/primereact) [![Discord Chat](https://img.shields.io/discord/5579

Latest version **1.3.8** (published 2021-06-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install nsfw-test
pnpm add nsfw-test
yarn add nsfw-test
bun add nsfw-test
```

## 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.3.8 |
| Published | 2021-06-22 |
| First published | 2021-06-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 6.7 MB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | nilsbaumgartner1994 |
| Keywords | primereact, react, ui framework, component framework, ui library, component library, material, bootstrap, react components, responsive components |

## Links

- npm: https://www.npmjs.com/package/nsfw-test
- Repository: https://github.com/NilsBaumgartner1994/NSFW-Web
- Homepage: http://.
- Issues: https://github.com/NilsBaumgartner1994/NSFW-Web/issues
- npm.io page: https://npm.io/package/nsfw-test

## Dependencies (6)

- [csv](https://npm.io/package/csv.md) ^5.5.0
- [luxon](https://npm.io/package/luxon.md) ^1.27.0
- [quill](https://npm.io/package/quill.md) ^1.3.7
- [chart.js](https://npm.io/package/chart.js.md) ^3.3.2
- [react-transition-group](https://npm.io/package/react-transition-group.md) ^4.4.2
- [webpack-node-externals](https://npm.io/package/webpack-node-externals.md) ^3.0.0

## Alternatives

- [@progress/kendo-ooxml](https://npm.io/package/@progress/kendo-ooxml.md) — 152.1K weekly downloads
- [@progress/kendo-react-ripple](https://npm.io/package/@progress/kendo-react-ripple.md) — 8.0K weekly downloads
- [@progress/kendo-react-orgchart](https://npm.io/package/@progress/kendo-react-orgchart.md) — 4.3K weekly downloads
- [@praxisui/dynamic-fields](https://npm.io/package/@praxisui/dynamic-fields.md) — 2.4K weekly downloads
- [@mesalvo/react-ui](https://npm.io/package/@mesalvo/react-ui.md) — 1.7K weekly downloads

## Recent versions

- 1.3.8 (latest) — 2021-06-22
- 1.3.7 — 2021-06-22
- 1.3.6 — 2021-06-22
- 1.3.5 — 2021-06-22
- 1.3.4 — 2021-06-22
- 1.3.3 — 2021-06-22
- 1.3.2 — 2021-06-22
- 1.3.1 — 2021-06-22
- 0.1.2 — 2021-06-22
- 0.1.1 — 2021-06-22
- 0.0.13 — 2021-06-21
- 0.0.12 — 2021-06-21
- 0.0.11 — 2021-06-21
- 0.0.10 — 2021-06-21
- 0.0.9 — 2021-06-21
- … 7 more at https://npm.io/package/nsfw-test/versions

## README

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![npm version](https://badge.fury.io/js/primereact.svg)](https://badge.fury.io/js/primereact)
[![Discord Chat](https://img.shields.io/discord/557940238991753223.svg?color=7289da&label=chat&logo=discord)](https://discord.gg/gzKFYnpmCY)

[![PrimeReact Hero](https://www.primefaces.org/wp-content/uploads/2020/08/primereact-promotion-21aug2020@2x.jpg)](https://www.primefaces.org/primereact)

# PrimeReact

PrimeReact is a rich set of open source UI Components for React. See [PrimeReact homepage](https://www.primefaces.org/primereact) for live showcase and documentation.

## Download

PrimeReact is available at npm, if you have an existing application run the following command to download it to your project.

```
npm install primereact --save
npm install primeicons --save
```

## Import

```javascript
//import {ComponentName} from 'primereact/{componentname}';
import {Dialog} from 'primereact/dialog';
import {Accordion,AccordionTab} from 'primereact/accordion';
```

## Dependencies

Majority of PrimeReact components (95%) are native and there are some exceptions having 3rd party dependencies such as Google Maps for GMap.

In addition, components require PrimeIcons for icons and react-transition-group for animations.

```json
dependencies: {
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-transition-group": "^4.4.1",
    "primeicons": "^4.1.0"
}
```

## Styles
The css dependencies are as follows, note that you may change the theme with another one of your choice.

```
primereact/resources/themes/saga-blue/theme.css
primereact/resources/primereact.min.css
primeicons/primeicons.css
```

If you are using a bundler such as webpack with a css loader you may also import them to your main application component, an example from create-react-app would be.

```javascript
import 'primereact/resources/themes/saga-blue/theme.css';
import 'primereact/resources/primereact.min.css';
import 'primeicons/primeicons.css';
```

## QuickStart

An [example application](https://github.com/primefaces/primereact-quickstart) based on create-react-app is available at github.

## TypeScript

Typescript is fully supported as type definition files are provided in the npm package of PrimeReact. A sample [typescript-primereact application](https://github.com/primefaces/primereact-typescript-quickstart) is available as well at github.

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