# @f/remove-class

> Remove a class from a DOM element

Latest version **1.0.0** (published 2016-03-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install @f/remove-class
pnpm add @f/remove-class
yarn add @f/remove-class
bun add @f/remove-class
```

## 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.0 |
| Published | 2016-03-01 |
| First published | 2016-03-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | f |

## Links

- npm: https://www.npmjs.com/package/@f/remove-class
- Repository: https://github.com/micro-js/remove-class
- Homepage: https://github.com/micro-js/remove-class#readme
- Issues: https://github.com/micro-js/remove-class/issues
- npm.io page: https://npm.io/package/@f/remove-class

## Dependencies (1)

- [@f/has-class](https://npm.io/package/@f/has-class.md) ^0.1.1

## Recent versions

- 1.0.0 (latest) — 2016-03-01

## README

# remove-class

[![Build status][travis-image]][travis-url]
[![Git tag][git-image]][git-url]
[![NPM version][npm-image]][npm-url]
[![Code style][standard-image]][standard-url]

Remove a class from a DOM element

## Installation

    $ npm install @f/remove-class

## Usage

```js
var removeClass = require('@f/remove-class')

function hide (node) {
  removeClass('show', node)
}
```

## API

### removeClass(className, element)

- `className` - The class name you want to remove from `element
- `element` - The element you want to remove `className` from

**Returns:** `element`

## License

MIT

[travis-image]: https://img.shields.io/travis/micro-js/remove-class.svg?style=flat-square
[travis-url]: https://travis-ci.org/micro-js/remove-class
[git-image]: https://img.shields.io/github/tag/micro-js/remove-class.svg?style=flat-square
[git-url]: https://github.com/micro-js/remove-class
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[standard-url]: https://github.com/feross/standard
[npm-image]: https://img.shields.io/npm/v/@f/remove-class.svg?style=flat-square
[npm-url]: https://npmjs.org/package/@f/remove-class

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