mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 18:14:49 +00:00
Add classes: Actions + Divider + Illustration + InfoTable + Stat, Add utilities (needs docs)
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
export { default as Avatar } from './components/Avatar.svelte';
|
||||
|
||||
export { default as Badge } from './components/Badge.svelte';
|
||||
|
||||
export { default as Button } from './components/Button.svelte';
|
||||
|
||||
export { default as Checkbox } from './components/Checkbox.svelte';
|
||||
export { default as CheckboxList } from './components/CheckboxList.svelte';
|
||||
export { default as CheckboxVirtualList } from './components/CheckboxVirtualList.svelte';
|
||||
|
||||
export { default as Chips } from './components/Chips.svelte';
|
||||
|
||||
export { default as FormField } from './components/FormField.svelte';
|
||||
|
||||
export { default as NavRow } from './components/NavRow.svelte';
|
||||
|
||||
export { default as Pagination } from './components/Pagination.svelte';
|
||||
|
||||
export { default as Select } from './components/Select.svelte';
|
||||
|
||||
export { default as TextInput } from './components/TextInput.svelte';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user