Back to Jotai

Text Length

examples/text_length/README.md

2.19.1658 B
Original Source

Text Length

Description

Count the length and show the uppercase of any text.

Set up locally

bash
git clone https://github.com/pmndrs/jotai

# install project dependencies & build the library
cd jotai && pnpm install

# move to the examples folder & install dependencies
cd examples/text_length && pnpm install

# start the dev server
pnpm dev

Set up on StackBlitz

Link: https://stackblitz.com/github/pmndrs/jotai/tree/main/examples/text_length