A set of generically useful components and related use:
actions for svelte.
Italicized entries point to source only (no .md file).
- Card
- CardLayout
- CollapsingTable
- ConditionalWrapper
- FocusLock
- Loading
- Lottie
- Modal
- MultiSelect
- PopupMenu
- ScreenReaderOnly
Italicized entries point to source only (no .md file).
Installed dependencies with npm install
, then start the development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
npm run package
cd package
npm publish