Skip to content

Commit

Permalink
remove outdated info from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwebdev committed Oct 11, 2024
1 parent 8c83593 commit cacd26b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'

<EbayTextbox placeholder="Enter text here" />
<EbayButton>Submit</EbayButton>
```

### for smaller bundle size
```jsx harmony
import { EbayTextbox } from '@ebay/ui-core-react/ebay-textbox'
import { EbayButton } from '@ebay/ui-core-react/ebay-button'
Expand Down

0 comments on commit cacd26b

Please sign in to comment.