Update descriptions

pull/6136/head
tugcekucukoglu 2024-07-29 09:35:59 +03:00
parent 16f96dc127
commit ed4e50bbfe
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/** /**
* *
* Fluid spans 100% width of the container. * Fluid is a layout component to make descendant components span full width of their container.
* *
* [Live Demo](https://www.primevue.org/fluid/) * [Live Demo](https://www.primevue.org/fluid/)
* *
@ -110,7 +110,7 @@ export declare type FluidEmits = EmitFn<FluidEmitsOptions>;
/** /**
* **PrimeVue - Fluid** * **PrimeVue - Fluid**
* *
* _Fluid spans 100% width of the container._ * _Fluid is a layout component to make descendant components span full width of their container._
* *
* [Live Demo](https://www.primevue.org/fluid/) * [Live Demo](https://www.primevue.org/fluid/)
* --- --- * --- ---

View File

@ -1,6 +1,6 @@
/** /**
* *
* Fluid spans 100% width of the container. * Fluid is a layout component to make descendant components span full width of their container.
* *
* [Live Demo](https://www.primevue.org/fluid/) * [Live Demo](https://www.primevue.org/fluid/)
* *