From 2fa0760be3ef6fc52bfa4f66b1616b926a2284ec Mon Sep 17 00:00:00 2001 From: timofeyevvv Date: Tue, 24 Dec 2024 10:25:44 +0300 Subject: [PATCH] doc: added ru readme --- README-ru.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README-ru.md diff --git a/README-ru.md b/README-ru.md new file mode 100644 index 00000000..b345822b --- /dev/null +++ b/README-ru.md @@ -0,0 +1,9 @@ +# @gravity-ui/components · [![npm package](https://img.shields.io/npm/v/@gravity-ui/components)](https://www.npmjs.com/package/@gravity-ui/components) [![CI](https://img.shields.io/github/actions/workflow/status/gravity-ui/components/.github/workflows/ci.yml?label=CI&logo=github)](https://github.com/gravity-ui/components/actions/workflows/ci.yml?query=branch:main) [![storybook](https://img.shields.io/badge/Storybook-deployed-ff4685)](https://preview.gravity-ui.com/components/) + +Набор сложных компонентов React. + +## Установка + +```shell +npm install --save-dev @gravity-ui/components +```