Skip to content

Commit

Permalink
Update the correct readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iaron committed Oct 21, 2019
1 parent 7378b35 commit bae9669
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 286 deletions.
278 changes: 0 additions & 278 deletions README.md

This file was deleted.

32 changes: 24 additions & 8 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,30 @@ To use this CSS API, you must add the `styles` builder and create an app styling

#### CSS namespaces

Below, we describe the namespaces that are defined in the `Shelf` and `RelatedProducts`.

| Class name | Description | Component Source |
| ----------------- | --------------------------------------- | ------------------------------- |
| `container` | The main container of `Shelf` | [index](/react/Shelf.js) |
| `title` | Shelf title label | [index](/react/ProductList.js) |
| `relatedProducts` | The main container of `RelatedProducts` | [index](/react/index.js) |
| `slide` | Slider in Shelf | [Popup](/react/ShelfContent.js) |
Below, we describe the namespaces that are defined in the `Shelf`, `RelatedProducts` and `TabbedShelf`.

| Class name |
| ----------------- |
| `container` |
| `title` |
| `relatedProducts` |
| `arrow` |
| `dot` |
| `slide` |
| `blockContainer` |
| `blockText` |
| `buttonContainer` |
| `arrowLeft` |
| `arrowRight` |
| `shelfContentContainer` |
| `sliderContainer` |
| `headline` |
| `itemContainer` |
| `itemContainerSelected` |
| `itemContainerUnselected` |
| `tabsContainer` |
| `tabsNamesContainer` |
| `shelfContainer` |

## Troubleshooting

Expand Down

0 comments on commit bae9669

Please sign in to comment.