-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from ariflogs/code-gen
Code gen for docks
- Loading branch information
Showing
30 changed files
with
593 additions
and
120 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
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
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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Default Accordion | ||
description: This collapsible component let's your users read only the content they care about. 😌 | ||
lastUpdated: 30 Sep, 2024 | ||
lastUpdated: 7 Oct, 2024 | ||
--- | ||
|
||
<ComponentShowcase name="accordion-style-default" /> |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Default Avatar | ||
description: Default rounded avatar that can show your users profile picture. ✨ | ||
lastUpdated: 30 Sep, 2024 | ||
lastUpdated: 7 Oct, 2024 | ||
--- | ||
|
||
<ComponentShowcase name="avatar-style-circle" /> |
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 |
---|---|---|
@@ -1,31 +1,35 @@ | ||
--- | ||
title: Badge | ||
description: The component that looks like a button but isn't clickable! | ||
lastUpdated: 4 Oct, 2024 | ||
lastUpdated: 7 Oct, 2024 | ||
--- | ||
|
||
## Default | ||
<hr/> | ||
<br/> | ||
|
||
<hr /> | ||
<br /> | ||
<ComponentShowcase name="badge-style-default" /> | ||
<br/> | ||
<br/> | ||
<br /> | ||
<br /> | ||
|
||
## Success | ||
<hr/> | ||
<br/> | ||
|
||
<hr /> | ||
<br /> | ||
<ComponentShowcase name="badge-style-success" /> | ||
<br/> | ||
<br/> | ||
<br /> | ||
<br /> | ||
|
||
## Error | ||
<hr/> | ||
<br/> | ||
|
||
<hr /> | ||
<br /> | ||
<ComponentShowcase name="badge-style-error" /> | ||
<br/> | ||
<br/> | ||
<br /> | ||
<br /> | ||
|
||
## Filled | ||
|
||
<hr /> | ||
<br /> | ||
<ComponentShowcase name="badge-style-filled" /> |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Default Card | ||
description: A customizable card component to visualize your content. 📝 | ||
lastUpdated: 30 Sep, 2024 | ||
lastUpdated: 7 Oct, 2024 | ||
--- | ||
|
||
<ComponentShowcase name="card-style-default" /> | ||
<ComponentShowcase name="card-style-default" /> |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Default Input | ||
description: This pretty input makes your users want to type stuff! ⌨️ | ||
lastUpdated: 30 Sep, 2024 | ||
lastUpdated: 07 Oct, 2024 | ||
--- | ||
|
||
<ComponentShowcase name="input-style-default" /> |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Default Textarea | ||
description: This pretty input makes your users want to type lots of stuff! ⌨️ ⌨️ | ||
lastUpdated: 30 Sep, 2024 | ||
lastUpdated: 07 Oct, 2024 | ||
--- | ||
|
||
<ComponentShowcase name="textarea-style-default" /> |
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
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.