Skip to content

Commit

Permalink
Revert "feat: Added CardSelect component (#808)"
Browse files Browse the repository at this point in the history
This reverts commit d8dec97.
  • Loading branch information
adamstankiewicz committed Sep 20, 2021
1 parent 628b3cd commit 14ab381
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 515 deletions.
78 changes: 0 additions & 78 deletions src/Card/CardSelect.jsx

This file was deleted.

35 changes: 0 additions & 35 deletions src/Card/CardSelect.test.jsx

This file was deleted.

15 changes: 0 additions & 15 deletions src/Card/README.md
Expand Up @@ -185,21 +185,6 @@ it is meant to be used as a single horizontal row of Cards, not as a grid. See C
</CardDeck>
```
### CardSelect
This component displays a collection of Cards in a radio selectable form.
```jsx live
<CardSelect
cardsData={[
{name: "card1", title: "Lorem Ipsum 1", textElements: [{className: "", text: "Card Text1"}, {className: "", text: "Card SubText1"}], footer: "Card Footer1", img: "https://source.unsplash.com/360x200/?nature,flower"},
{name: "card2", title: "Lorem Ipsum 2", textElements: [{className: "", text: "Card Text2"}, {className: "", text: "Card SubText2"}], footer: "Card Footer2", img: "https://source.unsplash.com/360x200/?nature"},
{name: "card3", title: "Lorem Ipsum 3", textElements: [{className: "", text: "Card Text3"}, {className: "", text: "Card SubText3"}], footer: "Card Footer3", img: "https://source.unsplash.com/360x200"}]}
selectedCardName="card3"
>
</CardSelect>
```
### Theme variables (SCSS)
```scss
Expand Down

0 comments on commit 14ab381

Please sign in to comment.