# Tables
Tables group content in to rows and columns. Create nice and responsive css tables, create simple tables, stripped tables, hoverable table, borederd table and responsive table with funcss
Table
The Table is used to create a table
PropDescriptionValue(s)
`stripped`To add zebra strips to your table`Boolean`
`bordered`Add a border to your table`Boolean`
`hoverable`Add hoverable effect to rows`Boolean`
`light`Creates a light theme`Boolean`
`dark`Creates a dark theme`Boolean`
`head`The head of the table`ReactNode`
`body`The head of the table`ReactNode`
#
Simple Table
This is s simple table consisting of course column, creator, students and ratings
React / Next.js Show Source Code
coursecreatorstudentsratings
Introduction to ReactJohn Doe504.8
JavaScript FundamentalsJane Smith354.5
Web Development BasicsMike Johnson454.7
Advanced CSS TechniquesSarah Williams304.9
Node.js for BeginnersDavid Brown254.6
#
Stripped
The stripped prop adds a zebra stripped effect on the table
React / Next.js Show Source Code
coursecreatorstudentsratings
Introduction to ReactJohn Doe504.8
JavaScript FundamentalsJane Smith354.5
Web Development BasicsMike Johnson454.7
Advanced CSS TechniquesSarah Williams304.9
Node.js for BeginnersDavid Brown254.6
#
Bordered
The bordered prop adds border lines to your table.
React / Next.js Show Source Code
coursecreatorstudentsratings
Introduction to ReactJohn Doe504.8
JavaScript FundamentalsJane Smith354.5
Web Development BasicsMike Johnson454.7
Advanced CSS TechniquesSarah Williams304.9
Node.js for BeginnersDavid Brown254.6