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
- Host: GitHub
- URL: https://github.com/getsettalk/up-first-letter
- Owner: getsettalk
- Created: 2023-10-16T02:07:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T03:07:24.000Z (over 2 years ago)
- Last Synced: 2025-01-14T04:27:48.980Z (over 1 year ago)
- Topics: npm, package, react, react-js, react-native
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.