An open API service indexing awesome lists of open source software.

https://github.com/cdmoro/use-class-name


https://github.com/cdmoro/use-class-name

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# use-class-name

>

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

## Install

```bash
npm install --save use-class-name
```

## Usage

```tsx
import * as React from 'react'

import { useMyHook } from 'use-class-name'

const Example = () => {
const example = useMyHook()
return (


{example}

)
}
```

## License

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

---

This hook is created using [create-react-hook](https://github.com/hermanya/create-react-hook).