Found 14 packages
BundleTransformer.CleanCss contains one minifier-adapter for minification of CSS code - `CleanCssMinifier`. `CleanCssMinifier` is based on the Clean-css.
Clean Css (clean-css) binding library for Bridge.NET projects.
Minimal Blazor server and wasm templates (dotnet CLI and Visual Studio). Use to start out of the box Microsoft Blazor projects minus any boilerplate and unnecessary html/css/js/razor
Durandal is a cross-device, cross-platform client framework written in JavaScript and designed to make Single Page Applications (SPAs) easy to create and maintain. We've used it to build apps for PC, Mac, Linux, iOS and Android...and now it's your turn... Features -Clean MV* Architecture -JS & HTML Modularity -Simple App Lifecycle -Eventing, Modals, Message Boxes, etc. -Navigation & Screen State Management -Consistent Async Programming w/ Promises -App Bundling and Optimization -Use any Backend Technology -Built on top of jQuery, Knockout & RequireJS. -Integrates with popular CSS libraries such as Bootstrap and Foundation. -Make your own templatable and data-bindable widgets.
A clean code approach to conditional CSS Classes in Blazor Components (Razor Components). When building complex components for ASP.NET Blazor there are often CSS classes generated by multiple factors. Styles can often be added by system & component state, public parameters, and static base CSS classes. Combining many CSS classes together doesn't scale well, and when components get large it can be tough to reason about. The CSS builder pattern fixes this problem by offering a easy to repeat, easy to read pattern to use across components in a project.
Parrot a view engine that focuses on clean, familiar, css-like syntax.
CSS Grid blazor component which make it very easy to make a grid layout for your web application. * Can define GridContainers with columns, rows, column spans, column rows, etc. to define clean layout. * Can make any GridItem scrollable by a single property
Lesshint is a tool to aid you in writing clean and consistent Less.
This packages adds bootstrap 3 support to Durandal written by Rob Eisenberg. Built using Durandal 2.0.1 ---------------------------------------------------------------------------- Durandal is a cross-device, cross-platform client framework written in JavaScript and designed to make Single Page Applications (SPAs) easy to create and maintain. We've used it to build apps for PC, Mac, Linux, iOS and Android...and now it's your turn... Features -Clean MV* Architecture -JS & HTML Modularity -Simple App Lifecycle -Eventing, Modals, Message Boxes, etc. -Navigation & Screen State Management -Consistent Async Programming w/ Promises -App Bundling and Optimization -Use any Backend Technology -Built on top of jQuery, Knockout & RequireJS. -Integrates with popular CSS libraries such as Bootstrap and Foundation. -Make your own templatable and data-bindable widgets.
A utility-first design framework for .NET MAUI that brings the simplicity and flexibility of utility-based styling to XAML. Inspired by the likes of Tailwind CSS, Crosswind offers developers a streamlined way to create modern, consistent UIs. Perfect for rapid development and clean, maintainable design.
FoxBlazor is an Material Design component framework for Blazor focusing on ease of use and clean components. .NET developers can now focus less on css and javascript but still have they style they desire.
A zero-dependency fluent API for generating self-contained HTML reports with tables, SVG charts, KPI cards, progress bars, and more. No JavaScript, no external CSS — just clean HTML you can open in any browser, email, or print to PDF.
Use txt2html to convert plain text files to the hypertext markup language (HTML). Features: * Clean and compliant HTML5 * Option to include your own CSS * HTML entity replacement (optional; you can also edit the entity list). Note that critical entities (<,>,",&) are always replaced, so generally you don't have to enable this option * Detects and fixes _italic_ and *bold* (optional) * Detects and marks URL's (optional) * Optional paragraph joining. Attempts to merge hard-coded line-breaks into coherent paragraphs. Lines shorter than specified length, which don't end with characters marking end of line ('.?!") are joined. * Fast (v2 is more than 50x faster than v1!) * Free and open source
Lighter.NET is an light-weighted and intergrated package containing both back-end and front-end libraries, aiming to help developers to create .NET web application more efficiently, delightfully and decoupled from the .NET versions and unnecessary external dependancies. With Lighter.NET, you can: 1. Say Goodbye to the notorious ViewData and ViewBag. 2. Say Goodby to the long-winded Entity Data Model file structures, such as *.edmx, *.Context.tt, *.Designer.cs, and unecessary DbSet for db table mapping. 3. Say Goodbye to ever changing HtmlHelper or TagHelper as .NET version rapidly increasing. 4. Say Hello to a more clean, concise and elegant front-end and back-end coding style. 5. Say Hello to a more joyful and efficient coding experience. 6. Say Goodbye to jQuery. 7. Say Goodbye to Bootstrap. The features include the following: 1. An ApiResult class which unified the return data structure both for client-server API requests and the inter-function calls. 2. A ViewModelWrapper for delivering multiple models in a strong type manner between controller and view. 3. A series of framework-independant UiComponents for composing and rendering most frequently used html elements both from Views, Controllers or API endpoints. 4. Providing an light-weight ORM utilities through Lighter.NET.DB nuget package featuring easy CRUD, data paging, auto logging, partial columns updating, auto-increment column support and much more. 5. Providing an enhanced developer-friendly reflection tool kits. 6. Providing a more efficient localization mechanism with CompositeLocalizer. 7. Providing a series of more flexible and practical DateTime utilities including a MonthlyCalensar and DateTime extension methods. 8. Providing an enhanced and simplfied HttpClient helper for interaction with remote APIs. 9. Providing a set of IP address utilities which support both general and CIDR IP address range parsing and IP address related funcitons such as comparison, boundary IP address determination, applying netmask to an IP address, determining whether an IP range contains or overlaps with the other, etc.. 10. A ServerSideEventService that can start Server Side Event(SSE) response session, send messages, data and custom events to the client and control the cancellation and the life cycle of the whole process reliably. 11. A TextTemplateParser which is capable of parsing a text template with symbol clamped variable placeholder and applying the data model to fillout the variable placeholder. 12. A thread-safe CacheStore which can manage the cached items and their lifetime. 13. A toolset for simplifying and enhancing the use of Reflection. 14. Some other helpers to simplify common application development works. 15. A set of javascript library for client side DOM operations, AJAX oprerations, UI components such as DatePicker, PagingBar, AutoComplete, PopView, Panel, etc. and other client side routine UI interactions. 16. A light-weight responsive css framework for responsive design.