themesberg / flowbite-blazor

Official open-source UI component library for Blazor (.NET), Flowbite and Tailwind CSS
MIT License
32 stars 4 forks source link

Accordion #44

Closed Kieris closed 1 year ago

Kieris commented 1 year ago

Closes #1

📑 Description

Created base component and Accordion/AccordionItem components. Modified the project settings to ensure BlazorServer and BlazorWasm could be deployed and work the same as in local.

Made some quick free sample deployments on Azure: Server: https://fbblazorserver.azurewebsites.net WASM: https://fbblazorwasm.azurewebsites.net

✅ Checks

ℹ Additional Information

Added important PostBuild commands that require postcss to be installed for a successful build. Other things added to CHANGELOG