@assesstech/acms-svelte-component-library
v1.0.0
Published
A Svelte/Tailwind Library to be used for AssessTech ACMS. This is a temporary test library for development.
Downloads
2
Readme
A Svelte/Tailwind Library to be used for AssessTech ACMS. This is a temporary test library for development.
Makes use of Flowbite Svelte components and Flowbite Icons.
Set-up Instructions:
Run "npm i @assesstech/acms-svelte-component-library" in the route file of your project. NOTE: Ensure that your project is compatible with Svelte, Tailwind CSS, and Flowbite Svelte/Icons, the instructions to set these up can be found on this website: https://flowbite-svelte.com/docs/pages/quickstart
Now navigate to your tailwind.config.js file and add this to the list of allowed content for Tailwind CSS: "'./node_modules/@assesstech/acms-svelte-component-library/**/*.{html,js,svelte,ts}'"
With those two steps complete the package is ready to use, import any desired components in the format: "import {ComponentName} from '@assesstech/acms-svelte-component-library'"