content
Tailwind CSS List
Create attractive lists using Tailwind CSS, a potent tool for styling lists, improving readability, and enhancing user experience.
Utilize the list-disc
class for bulleted lists and the list-decimal
class for numeric lists. For further information, consult the Tailwind documentation on List Style Type.
List decimal
- Start by signing up for our newsletter.
- Explore our collection of articles and tutorials.
- Join our community forums to connect with like-minded individuals.
List disc
- Benefits of regular exercise:
- Healthy weight maintenance
- Improved mood and mental health
List none
- Essential items for a hiking trip:
- Backpack with proper support
- Water bottle or hydration pack
Utilize the list-inside
and list-outside
utility classes to manage the position of list markers and text indentation
within a list. Refer to the Tailwind documentation on List Style Position for more details.
This example uses list-inside
.
List inside
- "Harry Potter and the Sorcerer's Stone" by J.K. Rowling
- "To Kill a Mockingbird" by Harper Lee
- "The Great Gatsby" by F. Scott Fitzgerald
This example uses list-outside
.
List outside
- Rio de Janeiro, Brazil
- Paris, France
- Kyoto, Japan
Utilize the list-image-[url(svg-url)]
utilities to manage the marker image for list items. Refer to the Tailwind documentation on
List Style Image
for more details.
- Mumbai, India
- Paris, France
- Kyoto, Japan
- Rio de Janeiro, Brazil
This showcases the process of incorporating a custom marker with various styles. Although it presently displays the primary color, the color can be adjusted as needed.
Illustration of a solid color example.
- Product Overview
- Installation Guide
- Troubleshooting Tips
Illustration of a soft color example.
- Product Overview
- Installation Guide
- Troubleshooting Tips
An instance showcasing an outline example.
- FAQ
- Installation Guide
- Troubleshooting Tips
Basic Description list example.
Product Information
Details of the latest product release.
- Product Name
- FlyonUI Django
- Category
- Admin template
- Release Date
- March 15, 2024
- Price
- $499
- Description
- The FlyonUI – Bootstrap Django Admin Dashboard Template – is the most developer friendly & highly customizable Admin Dashboard Template based on Bootstrap 5.
Tailwind offers the marker:
modifier, allowing us to adjust the color of markers. Refer to the Tailwind documentation
on Marker for more details.
- "Harry Potter and the Sorcerer's Stone" by J.K. Rowling
- "To Kill a Mockingbird" by Harper Lee
- "The Great Gatsby" by F. Scott Fitzgerald
- "Harry Potter and the Sorcerer's Stone" by J.K. Rowling
- "To Kill a Mockingbird" by Harper Lee
- "The Great Gatsby" by F. Scott Fitzgerald
A basic form of the inline list with dotted separator.
- Product
- Pro Tips
- Install Guide