Colapsable
Acordeón
Our app is designed to provide users with an easy-to-use platform for organizing their daily tasks and schedule.
Whether it's managing deadlines, setting reminders, or keeping track of appointments, our app is designed to help users stay on top of their day-to-day activities.
With a clean and intuitive interface, users can quickly add and manage tasks, set reminders, and receive notifications to stay on track.
One of the key features of our app is its integration with other apps and services. For example, users can easily connect our app with Appname to access additional features and functionality. This integration makes our app even more powerful and versatile, allowing users to do more with it than they could on their own.
In terms of security, our app is built with the latest encryption and security protocols to ensure that user data is always safe and protected. We take the privacy and security of our users very seriously, and we are committed to providing a secure and reliable platform for all of our users.
Our app is designed to be intuitive and user-friendly, making it easy for anyone to use. When a user first launches the app, they will be presented with a simple and straightforward interface.
To download and install our app, simply visit the App Store or Google Play Store on your mobile device and search for our app by name.
Once you find our app, click on the download button to begin the download process. The app will automatically install on your device once the download is complete. You will then be prompted to create an account or sign in to an existing account to start using the app. It is important to ensure that you have a stable internet connection while downloading the app to avoid any interruptions.
Also, make sure that you have enough storage space on your device to accommodate the app's size.
To download and install our app, simply visit the App Store or Google Play Store on your mobile device and search for our app by name.
Once you find our app, click on the download button to begin the download process. The app will automatically install on your device once the download is complete. You will then be prompted to create an account or sign in to an existing account to start using the app. It is important to ensure that you have a stable internet connection while downloading the app to avoid any interruptions.
Also, make sure that you have enough storage space on your device to accommodate the app's size.
One of the key features of our app is its integration with other apps and services. For example, users can easily connect our app with Appname to access additional features and functionality. This integration makes our app even more powerful and versatile, allowing users to do more with it than they could on their own.
In terms of security, our app is built with the latest encryption and security protocols to ensure that user data is always safe and protected. We take the privacy and security of our users very seriously, and we are committed to providing a secure and reliable platform for all of our users.
Our app is designed to be intuitive and user-friendly, making it easy for anyone to use. When a user first launches the app, they will be presented with a simple and straightforward interface.
Our app is designed to provide users with an easy-to-use platform for organizing their daily tasks and schedule.
Whether it's managing deadlines, setting reminders, or keeping track of appointments, our app is designed to help users stay on top of their day-to-day activities.
With a clean and intuitive interface, users can quickly add and manage tasks, set reminders, and receive notifications to stay on track.
Conmutable
Our app is designed to provide users with an easy-to-use platform for organizing their daily tasks and schedule.
Whether it's managing deadlines, setting reminders, or keeping track of appointments, our app is designed to help users stay on top of their day-to-day activities.
With a clean and intuitive interface, users can quickly add and manage tasks, set reminders, and receive notifications to stay on track.
One of the key features of our app is its integration with other apps and services. For example, users can easily connect our app with Appname to access additional features and functionality. This integration makes our app even more powerful and versatile, allowing users to do more with it than they could on their own.
In terms of security, our app is built with the latest encryption and security protocols to ensure that user data is always safe and protected. We take the privacy and security of our users very seriously, and we are committed to providing a secure and reliable platform for all of our users.
Our app is designed to be intuitive and user-friendly, making it easy for anyone to use. When a user first launches the app, they will be presented with a simple and straightforward interface.
To download and install our app, simply visit the App Store or Google Play Store on your mobile device and search for our app by name.
Once you find our app, click on the download button to begin the download process. The app will automatically install on your device once the download is complete. You will then be prompted to create an account or sign in to an existing account to start using the app. It is important to ensure that you have a stable internet connection while downloading the app to avoid any interruptions.
Also, make sure that you have enough storage space on your device to accommodate the app's size.
To download and install our app, simply visit the App Store or Google Play Store on your mobile device and search for our app by name.
Once you find our app, click on the download button to begin the download process. The app will automatically install on your device once the download is complete. You will then be prompted to create an account or sign in to an existing account to start using the app. It is important to ensure that you have a stable internet connection while downloading the app to avoid any interruptions.
Also, make sure that you have enough storage space on your device to accommodate the app's size.
One of the key features of our app is its integration with other apps and services. For example, users can easily connect our app with Appname to access additional features and functionality. This integration makes our app even more powerful and versatile, allowing users to do more with it than they could on their own.
In terms of security, our app is built with the latest encryption and security protocols to ensure that user data is always safe and protected. We take the privacy and security of our users very seriously, and we are committed to providing a secure and reliable platform for all of our users.
Our app is designed to be intuitive and user-friendly, making it easy for anyone to use. When a user first launches the app, they will be presented with a simple and straightforward interface.
Our app is designed to provide users with an easy-to-use platform for organizing their daily tasks and schedule.
Whether it's managing deadlines, setting reminders, or keeping track of appointments, our app is designed to help users stay on top of their day-to-day activities.
With a clean and intuitive interface, users can quickly add and manage tasks, set reminders, and receive notifications to stay on track.
Uso básico
El componente Collapsible usa la clase .eolo-collapsible
y se compone de 3 elementos
necesarios para su funcionamiento.
El primero es un input
de tipo checkbox o radio. Aquí deberás usar un ID.
Si usas un checkbox
, podrás abrir varios collapsibles a la vez, por el contrario si usas
radio
podrás abrir el collapsible de a uno por vez.
Luego debes usar un <label>
con la clase .eolo-collapsible-head
y el atributo for={ID}
en donde apuntarás al ID del input (checkbox/radio).
Finalmente el contenido debe ir dentro de un elemento con la clase .eolo-collapsible-content
.
Por defecto, el .eolo-coallapsible-content
tiene un max-height
de 20rem por lo que se
recomienda usar la siguiente lista de clases para conseguir una barra de scroll cuando el
contenido supere la altura del contenedor.
<div class="eolo-collapsible-content scrollbar scrollbar-thumb-slate-400 scrollbar-track-slate-100">
... Some content here
</div>