All Projects → curiosity-ai → tesserae

curiosity-ai / tesserae

Licence: MIT license
Components for building h5-based single-page-applications using C#

Programming Languages

C#
18002 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to tesserae

EcommerceDDD
Experimental full-stack application using Domain-Driven Design, CQRS, and Event Sourcing.
Stars: ✭ 178 (+673.91%)
Mutual labels:  spa, netcore
letportal
Angular 9 .NET Core 3.1 open source web portal platform 2020 for building quickly application form, data grid , data list, chart, report, users management
Stars: ✭ 29 (+26.09%)
Mutual labels:  spa, netcore
Eshoponcontainers
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 6, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
Stars: ✭ 19,397 (+84234.78%)
Mutual labels:  spa, netcore
vue-patternfly
PatternFly 3 components for Vue 3
Stars: ✭ 50 (+117.39%)
Mutual labels:  components, spa
aem-spa-project-archetype
Maven Archetype for creating new AEM SPA projects
Stars: ✭ 64 (+178.26%)
Mutual labels:  spa
Y-BP
YFE Team 前端最佳实践
Stars: ✭ 28 (+21.74%)
Mutual labels:  components
plugin-toolkit-react
Adobe XD plugin UI components for React
Stars: ✭ 30 (+30.43%)
Mutual labels:  components
toolkit
Opera Web UI Toolkit
Stars: ✭ 20 (-13.04%)
Mutual labels:  components
Tomlet
Zero-Dependency, model-based TOML De/Serializer for .NET
Stars: ✭ 56 (+143.48%)
Mutual labels:  netcore
Excel2Object
excel convert to .NET Object | Excel与.NET 对象进行转换,支持公式、多Sheet等功能
Stars: ✭ 35 (+52.17%)
Mutual labels:  netcore
react-native-element-textinput
A react-native TextInput, TagsInput and AutoComplete component easy to customize for both iOS and Android.
Stars: ✭ 28 (+21.74%)
Mutual labels:  components
Decompose
Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing functionality and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.), inspired by Badoos RIBs fork of the Uber RIBs framework
Stars: ✭ 799 (+3373.91%)
Mutual labels:  components
dockview
Zero dependency layout manager and builder with ReactJS support
Stars: ✭ 45 (+95.65%)
Mutual labels:  components
PlanningPoker
A demo application of AspNetCore and SignalR
Stars: ✭ 20 (-13.04%)
Mutual labels:  netcore
cozy-template
Deprecated use https://github.com/cpatchane/cozy-create-app. Template project to create an application for the Cozy Platform
Stars: ✭ 15 (-34.78%)
Mutual labels:  spa
react-figma-ui
🏗️ React implementation for figma-plugin-ds
Stars: ✭ 25 (+8.7%)
Mutual labels:  components
react-nodejs-mongodb-crud
👨‍💻 Fullstack web app built with MongoDB, NodeJs, React and Redux. Features: Protected routes client/server side, MaterialUI layout
Stars: ✭ 91 (+295.65%)
Mutual labels:  spa
ritwickdey.github.io
(outdated) This is my portfolio website (SPA), developed with Angular 💘 💖 💘 💖
Stars: ✭ 83 (+260.87%)
Mutual labels:  spa
DNZ.MvcComponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
Stars: ✭ 25 (+8.7%)
Mutual labels:  components
AlphaVantage.Net
.Net client library for Alpha Vantage API
Stars: ✭ 65 (+182.61%)
Mutual labels:  netcore

Build Status

tesserae

Tesserae is a UI toolkit for building websites entirely in C#, inspired by Microsoft's Fluent UI toolkit.

It uses the h5 C# to Javascript compiler to provide an easy to use, strongly typed UI development experience.

Usage

Using NuGet:

Nuget

install-package Tesserae

Local development

For development, we recomend installing the dotnet serve global tool, so you can test your site locally:

cd \bin\Debug\netstandard2.0\h5\
dotnet serve --port 5000
start http://localhost:5000/

Samples

The Tesserae.Tests project contains multiple samples of how to use this library. It is also built automatically and hosted on our website.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].