UNPKG

@fluent-windows/core

Version:

React components that inspired by Microsoft's Fluent Design System.

12 lines 262 B
import Head from './components/Head'; import Body from './components/Body'; import Row from './components/Row'; import Cell from './components/Cell'; import Footer from './components/Footer'; export const TableGroup = { Head, Body, Row, Cell, Footer };