From ce05bd2bab1605c14c4e63e8817bb81fd1aa35d4 Mon Sep 17 00:00:00 2001 From: pradel Date: Sun, 15 Nov 2020 15:04:05 +0100 Subject: [PATCH] docs(readme): update features --- README.md | 2 ++ website/src/docs/index.mdx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 5730b2a0..99b9cdfc 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ A simple responsive and accessible react modal. - Multiple modals. - Accessible modals. - Easily customizable via props. +- Typescript support +- [Small bundle size](https://bundlephobia.com/result?p=react-responsive-modal) ## Documentation diff --git a/website/src/docs/index.mdx b/website/src/docs/index.mdx index 0b683ba3..500cce7f 100644 --- a/website/src/docs/index.mdx +++ b/website/src/docs/index.mdx @@ -8,6 +8,8 @@ A simple responsive and accessible react modal. - Multiple modals. - Accessible modals. - Easily customizable via props. +- Typescript support +- [Small bundle size](https://bundlephobia.com/result?p=react-responsive-modal) ## Installation