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

https://github.com/getsettalk/up-first-letter


https://github.com/getsettalk/up-first-letter

npm package react react-js react-native

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# up-first-letter
##### _A very best liabrary to transform you text first letter_

This is free and open-source react-js npm package.

## Features
- Capitalize to text first letter

## Installation
how to install

```sh
npm i up-first-letter
```

### Uses
How to use this package in our project.
Follow These step
```sh
import { Capitalize } from "up-first-letter";
```

Call that as a component: (React.js)
```sh

Food that is {} at the right time.


```
##### Output will:(first letter will capitalized of word)
Food that is `Delivered` at the right time.