1.0.2 • Published 7 months ago

up-first-letter v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

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

npm i up-first-letter

Uses

How to use this package in our project. Follow These step

import { Capitalize } from "up-first-letter";

Call that as a component: (React.js)

<p>Food that is {<Capitalize str='delivered' />} at the right time.</p>
Output will:(first letter will capitalized of word)

Food that is Delivered at the right time.

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago