1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
page PropsTable <table class="ax-props-table"> <thead> <tr> <th>Prop</th> <th>Type</th> <th>Default</th> <th>Description</th> </tr> </thead> <tbody> <Slot /> </tbody> </table>