All Projects → cmeeren → Feliz.materialui

cmeeren / Feliz.materialui

Licence: mit
Feliz-style Fable bindings for Material-UI

Programming Languages

dsl
153 projects
fsharp
127 projects

Projects that are alternatives of or similar to Feliz.materialui

Feliz.MaterialUI.MaterialTable
Fable bindings written in the Feliz-style for material-table.
Stars: ✭ 17 (-59.52%)
Mutual labels:  fable, material-ui
Fable Elmish Electron Material Ui Demo
Complete boilerplate for Electron apps using Fable and Elmish with hot module reloading, time-travel debugging, etc.
Stars: ✭ 101 (+140.48%)
Mutual labels:  fable, material-ui
Fable Material Ui
Fable bindings for Material-UI https://mvsmal.github.io/fable-material-ui/
Stars: ✭ 60 (+42.86%)
Mutual labels:  fable, material-ui
Feliz.MaterialUI
Feliz-style Fable bindings for Material-UI
Stars: ✭ 57 (+35.71%)
Mutual labels:  fable, material-ui
Materialdesignlite
This project prime goal is to bind the google's Material Design Lite project to Seaside and as second goal to build widgets on top of Material Design to help Seaside developers to create web applications with material design faster.
Stars: ✭ 30 (-28.57%)
Mutual labels:  material-ui
Front End Stack
Starter kit for building single-page app using React, Redux, RxJS, Reselect, Material UI, Immer, Prettier and Webpack.
Stars: ✭ 11 (-73.81%)
Mutual labels:  material-ui
React Material Calendar
React component inspired by google calendar app.
Stars: ✭ 25 (-40.48%)
Mutual labels:  material-ui
Instabiosquotes
Completely FREE Instagram Bio and Quotes Android App with latest collection of Instagram Bio and Instagram quotes for setting as your status.
Stars: ✭ 17 (-59.52%)
Mutual labels:  material-ui
Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (-7.14%)
Mutual labels:  material-ui
Seven23
Fully manual budget app to track personal expenses. 100% opensource, with privacy by design.
Stars: ✭ 36 (-14.29%)
Mutual labels:  material-ui
Web3studio Sojourn
A React Native DevKit with code for a Web3 Decentralized Data Storage Pattern.
Stars: ✭ 29 (-30.95%)
Mutual labels:  material-ui
Verticalstepperform
Vertical Stepper Form Library for Android. It follows Google Material Design guidelines.
Stars: ✭ 868 (+1966.67%)
Mutual labels:  material-ui
Cameria Facial Recognition
A react-redux based progressive web application that makes use of material-ui to enable facial recognition
Stars: ✭ 32 (-23.81%)
Mutual labels:  material-ui
Wi Pwn
ESP8266 Deauther ​with a material design WebUI 📶
Stars: ✭ 839 (+1897.62%)
Mutual labels:  material-ui
Nestpress
A production ready personal blogging system on top of NestJS and NEXT.js
Stars: ✭ 38 (-9.52%)
Mutual labels:  material-ui
Pixiv Shaft
Pixiv第三方Android客户端
Stars: ✭ 887 (+2011.9%)
Mutual labels:  material-ui
Elephant
Elephant is PHPHub Community Android unofficial client, base on Material Design + MVP+RxJava+Retrofit .
Stars: ✭ 949 (+2159.52%)
Mutual labels:  material-ui
Foodeazy
Stars: ✭ 34 (-19.05%)
Mutual labels:  material-ui
React Saas Template
🌊 Template for building an SaaS / admin website using React + Material-UI
Stars: ✭ 942 (+2142.86%)
Mutual labels:  material-ui
Exsp
Export/import your Spotify playlists, albums, songs and artists.
Stars: ✭ 21 (-50%)
Mutual labels:  material-ui

Feliz.MaterialUI

Feliz-style Fable bindings for Material-UI.

Documentation

https://cmeeren.github.io/Feliz.MaterialUI/

Contributing

This project uses fake, paket, and femto as .NET Core 3 local tools. Therefore, run dotnet tool restore to restore the necessary CLI tools before doing anything else.

To run targets using Fake: dotnet fake build -t TargetName

Regular maintenance

  1. Run the RegularMaintenance target, which will update all packages as well as the Femto metadata in Feliz.MaterialUI.fsproj, and regenerate the bindings based on the live MUI docs
  2. Check all changes to Feliz.MaterialUI and adjust the generator’s API parser as needed. Remember to check all doc comment updates too, since changes there may indicate that something must be changed elsewhere. Run the RegenerateFromCache target (or run the generator project in VS) to re-generate based on the recently downloaded HTML pages.
  3. Update the version number in Feliz.MaterialUI.fsproj
  4. Update RELEASE_NOTES.md
  5. Update relevant docs/samples (typically in docs-app/public/pages, potentially also by adding menu items in App.fs)
  6. Run the CiBuild target to check that everything compiles
  7. Run the Docs:Run target to verify that the docs are still working
  8. Commit and tag the commit (this is what triggers deployment from AppVeyor). For consistency, the tag should be identical to the version (e.g. 1.2.3).
  9. Push the changes and the tag to the repo. If AppVeyor build succeeds, the package is automatically published to NuGet.
  10. Publish the docs by running the Docs:Publish target
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].