Lists and Tables

Organize information with styled lists and responsive tables for clear, consistent readability.

Lists

Organize information with lists.

Unordered lists

Create bulleted lists for items without a specific order.

  • First item
  • Second item
  • Third item
- First item
- Second item
- Third item

Ordered lists

Create numbered lists for sequential items.

  1. First step
  2. Second step
  3. Third step
1. First step
2. Second step
3. Third step

Nested lists

Create hierarchical lists by indenting sub-items.

  • Main item
    • Nested item
    • Another nested item
  • Another main item
    • Nested item
      • Deep nested item
- Main item
  - Nested item
  - Another nested item
- Another main item
  - Nested item
    - Deep nested item

Mixed lists

Combine ordered and unordered lists for complex structures.

  1. First step
    • Sub-item A
    • Sub-item B
  2. Second step
    • Another sub-item
  3. Final step
1. First step
   - Sub-item A
   - Sub-item B
2. Second step
   - Another sub-item
3. Final step

Tables

Present structured data in rows and columns.

FeatureStatusVersion
Chat WidgetActive2.0
DocumentationActive1.5
AnalyticsComing Soon-
| Feature | Status | Version |
|---------|--------|---------|
| Chat Widget | Active | 2.0 |
| Documentation | Active | 1.5 |
| Analytics | Coming Soon | - |