Components
GlassTable
A glassmorphism-styled HTML table with scrollable wrapper and glass-subtle surface.
Preview
| Component | Type | Status |
|---|---|---|
GlassButton | General | Stable |
GlassDialog | Feedback | Stable |
GlassSelect | Form | Stable |
Usage
Props
GlassTable wraps a <table> inside a horizontally scrollable glass-subtle container.
| Component | Element | Description |
|---|---|---|
GlassTable | <table> | Root table with overflow scroll wrapper |
GlassThead | <thead> | Table header section with bottom border |
GlassTbody | <tbody> | Table body with row dividers |
GlassTr | <tr> | Table row with hover background |
GlassTh | <th> | Header cell, uppercase, muted text |
GlassTd | <td> | Data cell with normal text color |
All components accept their corresponding native HTML element props plus className.