From cacd26b07d44fc21c4e47f2aece6aa1c17f81a00 Mon Sep 17 00:00:00 2001 From: tmanyanov <2737310+darkwebdev@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:07:09 -0700 Subject: [PATCH] remove outdated info from readme --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index a2e426e4..4e1c71c9 100644 --- a/README.md +++ b/README.md @@ -96,18 +96,9 @@ These react components are available as `@ebay/ui-core-react` package on [NPM](h Use npm or yarn to add the package dependency to your project: ```sh -yarn add @ebay/ui-core-react +yarn add @ebay/ui-core-react @ebay/skin ``` -### for quick development/POC -```jsx -import { EbayTextbox, EbayButton } from '@ebay/ui-core-react' - - -Submit -``` - -### for smaller bundle size ```jsx harmony import { EbayTextbox } from '@ebay/ui-core-react/ebay-textbox' import { EbayButton } from '@ebay/ui-core-react/ebay-button'