From 4efc84c16bee2a64cb49ca6a6ca01dd70cb57c2e Mon Sep 17 00:00:00 2001 From: Mario Souto <13791385+omariosouto@users.noreply.github.com> Date: Mon, 13 Dec 2021 07:28:12 -0300 Subject: [PATCH] feat: add flutter support and migrate the library name --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 36806b9..1ad1195 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # SkynexUI/react - `./src` is the entrypoint of this project. + +## How to install +- yarn +```sh +yarn add @skynexui/components +``` + +- npm +```sh +yarn add @skynexui/components +```