0.0.3 • Published 2 years ago
ais-svelte-components v0.0.3
Accessit Svelte Components Library
All components designed by AIS in use by some AIS projects
Wiki
Demonstration of these components is hosted here. Each page describes a component.
- Example of use case
- All parameters with defaults and types
NPM
View on npm
Developing
# Install dependencies
npm install
# Start dev server
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
i18n
All translation currently should be handled by consumers passing in translated labels/text.
Testing
Currently automated tests use Playwright
Run component tests using:
npm run test
See the testing docs for more details