You've already forked AstralRinth
forked from didirus/AstralRinth
Add classes: Actions + Divider + Illustration + InfoTable + Stat, Add utilities (needs docs)
This commit is contained in:
26
src/package/index.ts
Normal file
26
src/package/index.ts
Normal file
@@ -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