Cards
Pros Card
The pros card is useful when you want to explain the right way to do something or when you need to add some key points in a blog.
<ProsCard title='Some Pros You Want To Explain' pros={['My 1st pros', 'My 2nd pros', 'And So On...']}/>
Cons Card
The Cons Card is useful when you want to explain to someone what is wrong in a statement or anything in beautiful format.
<ConsCard title='Some Cons You Want To Explain' cons={['My 1st cone', 'My 2nd cone', 'And So On...']}/>