Skip to content

Commit

Permalink
docs(EbayButton): Button Docs (#364)
Browse files Browse the repository at this point in the history
updated Button
  • Loading branch information
calebnance authored Oct 2, 2024
1 parent 33cdfaa commit 4b06279
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ebay-button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ import { EbayButton } from '@ebay/ui-core-react/ebay-button'
```jsx harmony
import "@ebay/skin/button"
```
### If tokens haven't been added to the project at a higher level, make sure to import
```jsx harmony
import '@ebay/skin/tokens';
```
### Or import styles using SCSS/CSS
```jsx harmony
import '@ebay/skin/button.css'
Expand Down

0 comments on commit 4b06279

Please sign in to comment.