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.
- First step
- Second step
- 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
- 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.
- First step
- Sub-item A
- Sub-item B
- Second step
- Another sub-item
- 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.
| Feature | Status | Version |
|---|---|---|
| Chat Widget | Active | 2.0 |
| Documentation | Active | 1.5 |
| Analytics | Coming Soon | - |
| Feature | Status | Version |
|---------|--------|---------|
| Chat Widget | Active | 2.0 |
| Documentation | Active | 1.5 |
| Analytics | Coming Soon | - |