Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 598 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 598 Bytes

SolidJS, Flowbite and Typescript Starter Template

solidjs-flowbite-typescript

This project adds Flowbite UI components to the SolidJS template ts-tailwindcss.

Currently, it has one example component (src/components/Alert). The implementation is simple but adequate for my needs. I will be building a project using this template and will add enhancements as I progress.

git clone https://github.com/klequis/solid-flowbite-typescript.git
cd solid-flowbite-typescript
npm install
npm run dev