-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
1,834 additions
and
3,508 deletions.
There are no files selected for viewing
This file contains 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
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: 0.4.0 - Hilde, platformed | ||
date: 2024-04-01 | ||
--- | ||
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit | ||
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | ||
|
||
## Added | ||
|
||
- New feature: **Super cool feature**. | ||
- New feature: **Another super cool feature**. | ||
|
||
## Changed | ||
|
||
- Improved performance of the **Super cool feature**. | ||
- Improved performance of the **Another super cool feature**. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<Faq> | ||
<Accordion variant="bordered"> | ||
<AccordionItem key="1" aria-label="Accordion 1" title="Accordion 1"> | ||
this is content | ||
</AccordionItem> | ||
<AccordionItem key="2" aria-label="Accordion 2" title="Accordion 2"> | ||
this is more content | ||
</AccordionItem> | ||
<AccordionItem key="3" aria-label="Accordion 3" title="Accordion 3"> | ||
this is very little content | ||
</AccordionItem> | ||
</Accordion> | ||
</Faq> |
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.