Appearance
Cards 
Overview 
Cards provide a structured container for content, offering different visual styles to suit various use cases. They can be touchable or non-touchable and come in various designs, such as filled, outlined, or elevated.
Card Components 
This library includes the following card components:
- FilledCard: a- non-touchablecard with a filled background.

- OutlinedCard: a- non-touchablecard with an outlined border.

- ElevatedCard: a- touchablecard with an elevated appearance.

Properties 
| name | description | type | default | 
|---|---|---|---|
| children | Content to be displayed inside the card. | ReactNode | - |