From 454ca559783e74beada876fa72ca23673606a812 Mon Sep 17 00:00:00 2001 From: cruelladevil Date: Sat, 29 Jun 2024 12:47:39 +0900 Subject: [PATCH] docs: Add overlay-kit to Project Status in README --- README-ko_kr.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-ko_kr.md b/README-ko_kr.md index 6690732b..8f3a77e7 100644 --- a/README-ko_kr.md +++ b/README-ko_kr.md @@ -16,6 +16,7 @@ Slash 라이브러리는 [토스](https://toss.im)에서 사용하는 TypeScript - [es-hangul](https://github.com/toss/es-hangul)은 쉽게 한글을 다룰 수 있도록 돕는 JavaScript 라이브러리입니다. - [es-toolkit](https://github.com/toss/es-toolkit)은 높은 성능과 작은 번들 사이즈, 강력한 타입을 자랑하는 현대적인 JavaScript 유틸리티 라이브러리입니다. - [suspensive](https://github.com/toss/suspensive)는 React의 Suspense와 ErrorBoundary를 우아하게 다루는 JavaScript 라이브러리입니다. + - [overlay-kit](https://github.com/toss/overlay-kit)은 React의 오버레이를 선언적으로 다루는 JavaScript 라이브러리입니다. - Slash 기여를 원하시는 분들은 Slash가 아닌 위 패키지들에 기여를 부탁드립니다. ## 기여하기 diff --git a/README.md b/README.md index 0bad208a..be7577b8 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Slash is a collection of TypeScript/JavaScript packages used in [Toss](https://t - [es-hangul](https://github.com/toss/es-hangul) is a JavaScript library that makes it easy to work with Hangul. - [es-toolkit](https://github.com/toss/es-toolkit) is a modern JavaScript utility library with high performance, small bundle size, and strong types. - [suspensive](https://github.com/toss/suspensive) is a JavaScript library that elegantly handles React's suspense and error boundaries. + - [overlay-kit](https://github.com/toss/overlay-kit) is a JavaScript library that manages overlays declaratively in React. - If you would like to contribute to Slash, please contribute to these packages, not Slash. ## Contributing