-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
cee05db
commit bd4d633
Showing
6 changed files
with
43 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Components | ||
|
||
## `GradientCard` | ||
|
||
<GradientCard theme="cerise" title="title" description="Lorem ipsum dolor sit amet, qui minim labore | ||
adipisicing minim sint cillum sint consectetur cupidatat." tag="tag or link" /> |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
{ | ||
"name": "@fmhy-monorepo/docs", | ||
"version": "1.0.0", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"build": "vitepress build", | ||
"dev": "vitepress dev", | ||
"format": "prettier --write --cache .", | ||
"preview": "vitepress preview" | ||
}, | ||
"dependencies": { | ||
"@fmhy/colors": "workspace:^", | ||
"sass": "^1.71.1", | ||
"unocss": "^0.58.5", | ||
"vitepress": "1.0.0-rc.45", | ||
"vue": "^3.4.21" | ||
} | ||
"name": "@fmhy-monorepo/docs", | ||
"version": "1.0.0", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"build": "vitepress build", | ||
"dev": "vitepress dev", | ||
"format": "prettier --write --cache *.{md,vue,ts}", | ||
"preview": "vitepress preview" | ||
}, | ||
"dependencies": { | ||
"@fmhy/colors": "workspace:^", | ||
"@fmhy/components": "workspace:^", | ||
"sass": "^1.71.1", | ||
"unocss": "^0.58.5", | ||
"vitepress": "1.0.0-rc.45", | ||
"vue": "^3.4.21" | ||
} | ||
} |