ASP.NET Web Pages helpers for displaying Twitter widgets like Follow Me and Tweet Buttons.
OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library. For more information about the team and community around the project, or to start making your own contributions, start with the community page. To get the latest news, download the source, and so on, please see the sidebar or the buttons at the top of every page.
Pure Xamarin.Forms tabs: * Fixed tabs (android tabs style) * Scrollable tabs * Vertical tabs * Material design tabs (top and leading icon) * Support for SVG images * Segmented tabs * Custom shadows (neumorphism ready) * Badges on tabs * Circle button in tab bar * Bottom bar tabs (ios tabs style) * Custom tabs (be creative just implement TabItem) * Independent ViewSwitcher * Bindable with ItemsSource -------------- Installation -------------- * In Core project, in `App.xaml.cs`: public App() { InitializeComponent(); Sharpnado.Tabs.Initializer.Initialize(loggerEnable: false); ... } * In iOS project: Xamarin.Forms.Forms.Init(); Sharpnado.Tabs.iOS.Preserver.Preserve(); * In UWP project: var rendererAssemblies = new[] { typeof(UWPShadowsRenderer).GetTypeInfo().Assembly, typeof(UwpTintableImageEffect).GetTypeInfo().Assembly, }; Xamarin.Forms.Forms.Init(e, rendererAssemblies);
A custom select for @twitter bootstrap using button dropdown
The Coding4Fun Toolkit has multiple controls and useful items such as a GzipWebClient and Audio Recorder for XAML based applications. This is the complete version which includes the network, storage wrappers, controls, and audio helper libraries.
The Coding4Fun Toolkit has multiple controls and useful items for XAML based applications.
Bootstrap Multiselect is a JQuery based plugin to provide an intuitive user interface for using select inputs with the multiple attribute present. Instead of a select a bootstrap button will be shown as dropdown menu containing the single options as checkboxes.
Wijmo Complete is a commercial kit of jQuery UI widgets for building Web applications. It includes Bar Chart, Line Chart, Pie Chart, Combobox, Grid, Input Date, Input Mask, Input Number, Pager, Tree and Wizard. It also includes everything from Wijmo Open which has Accordion, Calendar, Checkbox, Dialog, Expander, Form Decorator, List, Menu, Progressbar, Radio Button, Slider, Splitter, Super Panel, Tabs, Textbox and Tooltip.
A material design toggle button control
A customizable tab like button group with vertical and horizontal orientations.
A set of classes for peripherals working with RaspberryIO. Including the following devices: Infrared Sensor HX-1838 Led Strip APA-102C NFC/RFID Controller MFRC-522 DHT family digital relative humidity and temperature sensors: DHT11 DHT12 DHT21 / AM-2301 DHT22 / AM-2302 OLED Display SSD-1306 Generic Button connected to GPIO GY-521 MPU6050 Accelerometer Ultrasonic Sensor HC-SR04 ADS1015 and ADS1115 I2C Analog-to-Digital Converter devices
A material design radio button
BlazorPlus is a component library that helps you to write code more directly and easily, Single dll , light-weight (about 280KB dll) , Blazor Server/Client/WASM Side Session,Modal Dialog,Controls,File Upload,TreeView BlazorSession BlazorDialog - modal dialog with ESC key support , and BACK button for MOBILE BlazorUploader - upload files with custom progress UI BlazorTreeView BlazorListView PlusGridView PlusCanvas PlusSvg More... Online Demo Available http://blazorplus.com https://github.com/BlazorPlus/BlazorPlus/
Syncfusion Essential XlsIO is a .NET Standard Excel library that allows to create, read, and edit Excel files in .NET core application without Microsoft Office dependencies. Key features: • Easily import and export data from/to common business objects. • Performs quick evaluation with 400+ functions. • Imports data into a customized format using Template Markers. • Create and edit all chart types including Excel 2016 charts. • Cell data validations can be applied with operators, alert messages, custom formulas, and drop-down lists. • Highlights important cells by conditional formats. • Performs various cell-level operations like resizing, hide or unhide, insert or delete, group and ungroup, and so on. • Supports various formatting like number formats, text alignments, font settings, border settings, color settings, rich-text, and so on. • Supports applying built-in styles and custom styles to cells. • Sorts data based on cell value, cell color, and font color. • Filters data based on cell value, cell color, icons, and so on. • Create and edit the auto shapes, comments, text boxes, combo boxes, check boxes, and option buttons. • Enables page settings like orientation, paper size, scaling, margins, print titles, header and footer, and so on. Learn more: https://www.syncfusion.com/products/file-formats/xlsio Documentation: https://help.syncfusion.com/file-formats/xlsio/overview Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forum: https://www.syncfusion.com/forums/aspnetcore This is a commercial product and requires a paid license for possession or use. Syncfusion's licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2018 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
This library provides XAML user controls for Windows Forms. It is part of the Windows Community Toolkit. Controls: -InkCanvas : Defines an area that receives and displays ink strokes. -InkToolbar : Wpf-enabled wrapper for InkToolbar, that Represents a Universal Windows app control containing a customizable and extensible collection of buttons that activate ink-related features in an associated InkCanvas. -MapControl : A set of controls for WPF and UWP for rendering digital maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays. -MediaPlayerElement : This controls embeds a view that streams and renders media content such as video in your Windows Forms or WPF desktop application. -SwapChainPanel : Provides a hosting surface, where Microsoft DirectX swap chains provide content that can be rendered into a XAML UI. A SwapChainPanel element is a key component for an app that renders Microsoft DirectX graphics and then presents those visuals within a XAML page.
This project implements a Finite-State-Machine (FSM) as a PCL (portable class library) designed to be used in games. Furthermore it implements even a Stack-Based-FSM (SBFSM). So you may tell it to 'continue with the last state before the active one'. You describe your FSM using a nice and well documented DSL (Domain Specific Language). This replaces the code we usually had for keyboard-input (run-left-right-duck-jump), clicked buttons on the GUI (idle-over-down-refreshing), tower-states (idle-aiming-firing-reloading) or for the connection procedure when setting up peer2peer connections in our games....
ExpressionDark theme for WPF. Supported controls: Calendar, Button, CheckBox, RadioButton, ScrollBar, ListBox, Expander, ComboBox, ProgressBar, TextBox, PasswordBox, RichTextBox, Label, Menu, MenuItem, Separator, TabControl, Slider, TreeView, ToggleButton, GroupBox, ListView, ListViewItem, ToolBar, Calendar
Dirty Forms will alert a user when they attempt to leave a page without submitting a form they have entered data into. It alerts them in a modal popup box, and also falls back to the browser's default onBeforeUnload handler for events outside the scope of the document such as, but not limited to, page refreshes and browser navigation buttons.
An animated button, in the style of the YouTube Play button. Supports Play/Paused or Play/Stopped modes. When clicked it morphs from one state to the next. Allows a bit of customization too.
Xamarin Forms Floating Action Button
A grid for ASP.NET MVC and Bootstrap with ajax paging and sorting. Also has filtering support, export to csv, back button support, and graceful degradation. Easily configurable. All AJAX calls are handled for you... Simply tell it how to get your data!
Ready to use Input componenets such as Checkbox, RadioButton, Dropdown, AdvancedEntry, Advanced Slider etc.
This Twitter Bootstrap plugin builds a wizard using a formatted tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.
An ImageButton that supports selected states in Xamarin Forms.
The Infragistics WPF MetroDark Theme supports the following controls: Accordion AutoCompleteBox Button CheckBox ComboBox Expander GridSplitter GroupBox Label ListBox PasswordBox ProgressBar RadioButton Rating RepeatButton Slider TextBox ToggleButton Tooltip
BigBlueButtonAPI.NET - BigBlueButton API .NET Standard SDK It helps the .NET Framework application or the .NET Core application integrate with BigBlueButton API, quickly and easily.
A menu of FloatingActionButton items, designed to be anchored on an AppBarLayout
Uma lib de componentes de interface gráfica personalizados como Entry, Picker, Button entre outros.
This library provides XAML templated controls. It is a part of the Windows Community Toolkit. Controls: - ColorPicker/ColorPickerButton: Improved ColorPicker and DropDownButton version. - RadialGauge: Displays a value within a range, using a needle on a circular face. - RangeSelector: "Double slider" control for range values. - RemoteDevicePicker: Remote Device Picker Control for Project Rome. - RichSuggestBox: RichEditBox which supports at mentioning or tags. - TokenizingTextBox: An AutoSuggestBox like control which places entered input into easily removed containers for contacts or tags.
Add progress animation to any button by adding a few lines of code without layout changes. Ported from https://github.com/razir/ProgressButton
A simple Blazor component designed to streamline data export tasks effortlessly. With this component, users can conveniently export their input data to a CSV file by simply clicking a dedicated button.
This package includes the .NET IoT Core binding Iot.Device.Button for .NET nanoFramework C# projects.
Generates a Panel sliding up from bottom of the screen for Xamarin.Forms pages Here are three states of the Panel: 1. Hidden Panel 2. Collapsed Panel 3. Expanded Panel Here are all the layers of the sliding panel: -> (Optional) Header Control Layer (Back Button to collapse) -> (Optional) Picture Layer -> Title Layer -> Body Layer
This package provides the functionality to utilize the features of Syncfusion® Xamarin Button, CheckBox, Radio Button, Chips,Segmented Control, and Switch.
An easy and practical icon button with a unique and beautiful design (Standard). Contains several properties IconType, ColorUI, Width, Height and type.
An extension to the Krypton standard toolkit. This package holds extensions to the Krypton.Buttons module. This package supports only .NET Framework >= 4.8, .NET Core 3.1 and .NET 5/6. If you require .NET 4.0 support or want to use library fully build against your specific framework version use non-lite package.
An easy and practical icon button with a unique and beautiful design (Fit). Contains several properties IconType, ColorUI, Width, Height and type.
An extension to the Krypton standard toolkit. This package holds extensions to the Krypton.Buttons module.
An easy and practical icon button with a unique and beautiful design. Contains several properties ColorUI, Width, Height and type.
Contains the functionality required to interact with the BlueButtonPRO API
Package Description