themesberg / flowbite-blazor

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

feat: alerts component #39

Open tdashworth opened 2 years ago

tdashworth commented 2 years ago

Closes #2

📑 Description

This PR includes most of the functionality for the Alert component as defined here: https://flowbite.com/docs/components/alerts/

✅ Checks

If your branch is behind the upstream master, I will have difficulties to merge the request. Please fetch the latest version of the branch:

git checkout your-branch
git pull upstream main

or

git checkout your-branch
git pull --rebase upstream main

ℹ Additional Information