Skip to content

Commit

Permalink
Updated README based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brianacnguyen committed Jul 25, 2023
1 parent 14b12d2 commit 9d887ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BannerBase

BannerBase is a foundational component, which serves as a base for any inline notification.
BannerBase serves as a base for all banner variants. It contains standard props such as information and related actions.

## BannerBase Props

Expand Down Expand Up @@ -75,7 +75,7 @@ Optional prop to add children components to the Banner

```javascript
<BannerBase
startAccessory={SAMPLE_BANNERBASE_ACCESSORYa}
startAccessory={SAMPLE_BANNERBASE_ACCESSORY}
title={SAMPLE_BANNERBASE_TITLE}
description={SAMPLE_BANNERBASE_DESCRIPTION}
actionButtonProps={{
Expand Down

0 comments on commit 9d887ca

Please sign in to comment.