My goal is to customize an ant design card by adding a border only on the left and right sides of the card. The bordered
attribute in the card component seems to either remove the entire border or display it on all sides. I am looking for a way to specify specific aspects of the border using inline styling. How can I identify which inline style attributes are available for customization?
<Card
bordered={false}
style={{
// Where can I find a list of editable attributes here?
}}
>