Last active
August 29, 2025 13:07
-
-
Save veloxy/b44244e1eb646768bb45af26ee8d7604 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<twig:Alert type="info" icon="false"> | |
Drag items between columns to show/hide relevant data in the list or change their order | |
<twig:block name="extra"> | |
<ul class="mt-1.5 list-inside list-disc"> | |
<li>At least 10 characters (and up to 100 characters)</li> | |
<li>At least one lowercase character</li> | |
<li>Inclusion of at least one special character, e.g., ! @ # ?</li> | |
</ul> | |
</twig:block> | |
</twig:Alert> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<twig:Alert type="info"> | |
Drag items between columns to show/hide relevant data in the list or change their order | |
</twig:Alert> | |
<twig:Alert type="danger"> | |
Drag items between columns to show/hide relevant data in the list or change their order | |
</twig:Alert> | |
<twig:Alert type="warning"> | |
Drag items between columns to show/hide relevant data in the list or change their order | |
</twig:Alert> | |
<twig:Alert type="default"> | |
Drag items between columns to show/hide relevant data in the list or change their order | |
</twig:Alert> | |
<twig:Alert type="success"> | |
Drag items between columns to show/hide relevant data in the list or change their order | |
</twig:Alert> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<twig:Card rounded="lg"> | |
<twig:Heading size="3" level="5">Card rounded lg</twig:Heading> | |
<p>Here are the biggest enterprise technology acquisitions of 2021 so far, in reverse chronological order.</p> | |
</twig:Card> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<twig:Card> | |
<twig:Heading size="3" level="5">Card rounded md (default)</twig:Heading> | |
<p>Here are the biggest enterprise technology acquisitions of 2021 so far, in reverse chronological order.</p> | |
</twig:Card> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<twig:Card rounded="none"> | |
<twig:Heading size="3" level="5">Card rounded none</twig:Heading> | |
<p>Here are the biggest enterprise technology acquisitions of 2021 so far, in reverse chronological order.</p> | |
</twig:Card> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<twig:Card rounded="sm"> | |
<twig:Heading size="3" level="5">Card rounded sm</twig:Heading> | |
<p>Here are the biggest enterprise technology acquisitions of 2021 so far, in reverse chronological order.</p> | |
</twig:Card> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<twig:Heading level="2">Heading size 1 (h2)</twig:Heading> | |
<twig:Heading size="3" level="1">Heading size 3 (h1)</twig:Heading> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<twig:Heading>Heading 1 (h1)</twig:Heading> | |
<twig:Heading size="2">Heading 2 (h2)</twig:Heading> | |
<twig:Heading size="3">Heading 3 (h3)</twig:Heading> | |
<twig:Heading size="4">Heading 4 (h4)</twig:Heading> | |
<twig:Heading size="5">Heading 5 (h5)</twig:Heading> | |
<twig:Heading size="6">Heading 6 (h6)</twig:Heading> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<twig:Tabs class="mb-3"> | |
<twig:Tabs:Tab :active="true" href="#"> | |
Contracts | |
</twig:Tabs:Tab> | |
<twig:Tabs:Tab href="#"> | |
Notes | |
</twig:Tabs:Tab> | |
<twig:Tabs:Tab href="#" badge="99+"> | |
Suppliers | |
</twig:Tabs:Tab> | |
<twig:Tabs:Tab href="#" icon="fa7-regular:comment-alt"> | |
Comments | |
</twig:Tabs:Tab> | |
<twig:Tabs:Tab href="#" indicator="danger"> | |
Audit | |
</twig:Tabs:Tab> | |
</twig:Tabs> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment