diff --git a/docs/Introduction.mdx b/docs/Introduction.mdx index 5cce855..438019a 100644 --- a/docs/Introduction.mdx +++ b/docs/Introduction.mdx @@ -8,4 +8,5 @@ title: Introduction - This website is a centralized repository of all the documentation of all the open source projects we're releasing ranging from legacy, to the maintained ones. ## Project List -- [Ugnay Components Web](/docs/ugnay) \ No newline at end of file +- [Ugnay Components Web](/docs/ugnay) +- [Dayong](/docs/dayong) \ No newline at end of file diff --git a/docs/Ugnay Components Web/Core Components/Theme.md b/docs/Ugnay Components Web/Core Components/Theme.md index 9540f9a..219c05b 100644 --- a/docs/Ugnay Components Web/Core Components/Theme.md +++ b/docs/Ugnay Components Web/Core Components/Theme.md @@ -1,6 +1,11 @@ --- slug: /ugnay/core/theme title: Theme +tags: +- Ugnay Components Web +- Design System +- SCSS +- CSS --- # Theme - This is the documentation of the most important core module to be used in the library. diff --git a/docs/Ugnay Components Web/Core Components/Typography.md b/docs/Ugnay Components Web/Core Components/Typography.md index 83def17..b2e926e 100644 --- a/docs/Ugnay Components Web/Core Components/Typography.md +++ b/docs/Ugnay Components Web/Core Components/Typography.md @@ -1,6 +1,11 @@ --- slug: /ugnay/core/typography title: Typography +tags: +- Ugnay Components Web +- Design System +- SCSS +- CSS --- # Typography diff --git a/docs/Ugnay Components Web/UI Components/_img/appbar.png b/docs/Ugnay Components Web/UI Components/_img/appbar.png index bbff7d0..ea36b73 100644 Binary files a/docs/Ugnay Components Web/UI Components/_img/appbar.png and b/docs/Ugnay Components Web/UI Components/_img/appbar.png differ diff --git a/docs/Ugnay Components Web/UI Components/sph-appbar.md b/docs/Ugnay Components Web/UI Components/sph-appbar.md index aa80e18..92a944e 100644 --- a/docs/Ugnay Components Web/UI Components/sph-appbar.md +++ b/docs/Ugnay Components Web/UI Components/sph-appbar.md @@ -2,13 +2,18 @@ slug: /ugnay/components/sph-appbar id: sph-appbar title: SPHAppbar +tags: +- Ugnay Components Web +- Design System +- SCSS +- CSS --- # SPHAppbar Documentation - This component uses the [box-icons library](https://boxicons.com/). -![img.png](_img/appbar.png) +![appbar.png](_img/appbar.png) ## HTML diff --git a/docs/Ugnay Components Web/UI Components/sph-button.md b/docs/Ugnay Components Web/UI Components/sph-button.mdx similarity index 77% rename from docs/Ugnay Components Web/UI Components/sph-button.md rename to docs/Ugnay Components Web/UI Components/sph-button.mdx index 371d2ea..bc472a7 100644 --- a/docs/Ugnay Components Web/UI Components/sph-button.md +++ b/docs/Ugnay Components Web/UI Components/sph-button.mdx @@ -1,18 +1,38 @@ --- -slug: /ugnay/components/sph-button -id: sph-button -title: SPHButton +slug: /ugnay/components/sph-button +id: sph-button +title: SPHButton +tags: +- Ugnay Components Web +- Design System +- SCSS +- CSS --- # SPHButton Documentation - This component uses the [box-icons library](https://boxicons.com/). -![img.png](_img/button.png) +import {SPHComponentPreview, SPHComponentPreviewRow} from '../../../src/components/SPHComponentPreview'; +import SPHButton from '../../../src/components/SPHButton'; + + + + BUTTON + BUTTON + BUTTON + + + BUTTON + BUTTON + BUTTON + + ## HTML ```html +