# BlamanticUI **Repository Path**: AchievedOwner/BlamanticUI ## Basic Information - **Project Name**: BlamanticUI - **Description**: No description available - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-12-17 - **Last Updated**: 2022-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Blamantic UI The css framework from Semantic-UI for blazor without jQuery. ## Quick Start * `Install-Package BlamanticUI` * Import css `_content/BlamanticUI/blamantic.min.css` * Using namespace `using BlamanticUI` * Add service `AddBlamanticUI` ## Support * .NET 5 * .NET 6 ## Document * Check **demo** Directory * **Client** base on WebAssembly, **Server** base on ServerSide * Run in **Visual Studio 2022**. ## Notes For contributors please see [Contributing](CONTRIBUTING.md) We are using [MIT licence](Licence.md) The main css comes from [Fomantic-UI](), we override some code for compatibility in `Blamantic.css` and compiled from `Blamantic.scss` ## DEMO #### Button ![](snapshot/buttons1.jpg) ![](snapshot/buttons2.jpg) #### Calendar ![](snapshot/calendar.jpg) #### Form ![](snapshot/form.jpg) ## Modal ![](snapshot/modal.jpg) #### Pagination ![](snapshot/pagination.jpg) #### Progress Bar ![](snapshot/progressbar.jpg) #### Steps ![](snapshot/steps.jpg) #### Table ![](snapshot/tables1.jpg) ![](snapshot/table2.jpg) #### Toaster ![](snapshot/toast.jpg) #### Accordion ![](snapshot/accordion.jpg) #### Label ![](snapshot/label.jpg) #### Item List ![](snapshot/itemlist.jpg)