Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: ui components - pinceau migration #19533

Merged
merged 2 commits into from
Mar 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
50 changes: 22 additions & 28 deletions docs/5.community/1.nuxt-community.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@ The development of Nuxt and its ecosystem is led by an international team. Our c
---
:::card-item
---
contentClass: ''
ringClass: ''
gradientBorder: false
titleClass: 'text-3xl font-semibold sm:text-5xl u-text-gray-900 mb-2 mt-2'
descriptionClass: 'u-text-gray-500 text-lg font-medium'
bodyClass: 'p-2.5 sm:p-4'
backgroundClass: 'bg-transparent'
backgroundColor: 'bg-transparent'
border: false
contentClass: 'gap-y-0'
---
#title
60M
Expand All @@ -58,13 +57,12 @@ The development of Nuxt and its ecosystem is led by an international team. Our c
:::
:::card-item
---
contentClass: ''
ringClass: ''
gradientBorder: false
titleClass: 'text-3xl font-semibold sm:text-5xl u-text-gray-900 mb-2 mt-2'
descriptionClass: 'u-text-gray-500 text-lg font-medium'
bodyClass: 'p-2.5 sm:p-4'
backgroundClass: 'bg-transparent'
border: false
backgroundColor: 'bg-transparent'
contentClass: 'gap-y-0'
---
#title
75K
Expand All @@ -73,13 +71,12 @@ The development of Nuxt and its ecosystem is led by an international team. Our c
:::
:::card-item
---
contentClass: ''
ringClass: ''
gradientBorder: false
titleClass: 'text-3xl font-semibold sm:text-5xl u-text-gray-900 mb-2 mt-2'
descriptionClass: 'u-text-gray-500 text-lg font-medium'
bodyClass: 'p-2.5 sm:p-4'
backgroundClass: 'bg-transparent'
border: false
backgroundColor: 'bg-transparent'
contentClass: 'gap-y-0'
---
#title
330
Expand All @@ -88,13 +85,12 @@ The development of Nuxt and its ecosystem is led by an international team. Our c
:::
:::card-item
---
contentClass: ''
ringClass: ''
gradientBorder: false
titleClass: 'text-3xl font-semibold sm:text-5xl u-text-gray-900 mb-2 mt-2'
descriptionClass: 'u-text-gray-500 text-lg font-medium'
bodyClass: 'p-2.5 sm:p-4'
backgroundClass: 'bg-transparent'
backgroundColor: 'bg-transparent'
border: false
contentClass: 'gap-y-0'
---
#title
1K
Expand Down Expand Up @@ -132,10 +128,10 @@ From user to contributor, these guides will help you get the best out of Nuxt.
---
cardListClass: 'grid grid-cols-1 pt-6 gap-y-4 sm:gap-y-0 sm:grid-cols-2 border-gray-200 dark:border-gray-800 rounded-lg overflow-hidden'
---
::card-item
::card-item{ .pl-1 .border .dark:bg-gray-900 .dark:border-gray-800 .sm:rounded-bl-none .sm:rounded-r-none .sm:rounded-br-none .sm:rounded-tl-lg }
---
backgroundClass: 'border dark:border-gray-700'
roundedClass: 'sm:rounded-r-none sm:rounded-br-none sm:rounded-tl-lg'
border: false
rounded: 'sm'
ringClass: 'ring-0'
gradientBorder: false
descriptionClass: 'w-full sm:w-2/3'
Expand All @@ -152,10 +148,9 @@ From user to contributor, these guides will help you get the best out of Nuxt.
#description
Nuxt is a community project - and so we love contributions of all kinds! ❤️
::
::card-item
::card-item{ .rounded-md .dark:bg-gray-900 .border .dark:border-gray-800 .sm:rounded-l-none .sm:rounded-br-none .sm:rounded-tr-lg }
---
backgroundClass: 'border dark:border-gray-700'
roundedClass: 'sm:rounded-l-none sm:rounded-br-none sm:rounded-tr-lg'
border: false
ringClass: 'ring-0'
gradientBorder: false
descriptionClass: 'w-full sm:w-2/3'
Expand All @@ -172,11 +167,11 @@ From user to contributor, these guides will help you get the best out of Nuxt.
#description
Nuxt is constantly evolving, with new features and modules being added all the time.
::
::card-item
::card-item{ .pl-1 .dark:bg-gray-900 .border .dark:border-gray-800 .sm:rounded-tl-none .sm:rounded-r-none .sm:rounded-bl-lg }
---
backgroundClass: 'border dark:border-gray-700'
ringClass: 'ring-0'
roundedClass: 'sm:rounded-tl-none sm:rounded-r-none sm:rounded-bl-lg'
border: false
rounded: 'sm'
gradientBorder: false
descriptionClass: 'w-full sm:w-2/3'
backgroundImageClass: 'hidden sm:block absolute bottom-0 right-0'
Expand All @@ -192,11 +187,10 @@ From user to contributor, these guides will help you get the best out of Nuxt.
#description
One of the most valuable roles in open source is taking the time to report bugs helpfully.
::
::card-item
::card-item{ .rounded-md .dark:bg-gray-900 .border .dark:border-gray-800 .sm:rounded-l-none .sm:rounded-br-lg .sm:rounded-tr-none}
---
backgroundClass: 'border dark:border-gray-700'
ringClass: 'ring-0'
roundedClass: 'sm:rounded-l-none sm:rounded-br-lg sm:rounded-tr-none'
border: false
gradientBorder: false
descriptionClass: 'w-full sm:w-2/3'
backgroundImageClass: 'hidden sm:block absolute bottom-0 right-0'
Expand Down