Components
Card
Importing the component
import Card from '@/reviactyl/ui/Card';Using the component
<Card>
<Title>Why spend on Themes?</Title>
<p class="text-body">Reviactyl is here. A modern, secure, beautiful fork built upon pterodactyl. Say good bye to low effort pterodactyl themes.</p>
</Card>Customization
Custom Classes
Reviactyl panel uses TailwindCSS, you can overwrite the components classes using !.
For example;
<Card className="!p-0"></Card>
