Table
Display table data.
$ import { Table } from 'geist-ui-svelte';
Basic
PROPERTY
DESCRIPTION
TYPE
`edits`
used to highlight sections of code
Edit[]
`lineNumber`
enable / disable line numbers
boolean
With Animation
Add `animate`
attribute to animate the addition / removal of a row.
PROPERTY
DESCRIPTION
TYPE
`edits`
used to highlight sections of code
Edit[]
`lineNumber`
enable / disable line numbers
boolean
1
2
+
3
4
5
6
7
8