React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
-
Updated
May 9, 2022 - TypeScript
{{ message }}
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
Material Theme, the most epic theme for Sublime Text 3 by Mattia Astorino
Material Dashboard - Open Source Bootstrap 5 Material Design Admin
A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Android-Iconics - Use any icon font, or vector (.svg) as drawable in your application.
A search view that implements a floating search bar also known as persistent search
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Material Design implementation for Android 4.0+. Shadows, ripples, vectors, fonts, animations, widgets, rounded corners and more.
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
Highly customizable notification snackbars (toasts) that can be stacked on top of each other
Svelte Material UI Components
I'm having an issue with my bundle size, my project is using @material-ui core components as well as mui-datatables. I'm working on shrinking my bundle size, but noticed that the entire esm library for @material-ui/core is getting bundled. I tracked down what is importing the @material-ui/core/esm/index.js module (all the com
Google launcher-style implementation of switch (enable/disable) icon
Date & Time pickers, built with
React version of Material Dashboard by Creative Tim
React starter kit with "Most Wanted" application features
Dear Mui-treasury contributors,
What is the problem ?
There is a warning while using SwipeableSidebar with Tyepscript:
Warning: React does not recognize the `sidebarId` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `sidebarid` instead. If you accidentally passed it from a parent component, remove it from the DO
关于 Material Design 的一切资料都在这里
Business React components for Bootstrap and Material-UI
Sciter is an embeddable HTML/CSS/scripting engine
An easy-to-use customisable show case view with circular reveal animation.
React hook library, ready to use, written in Typescript.
Modern React UI library
Add a description, image, and links to the material-ui topic page so that developers can more easily learn about it.
To associate your repository with the material-ui topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I want to display empty text in case where reference is set but the referenced entity is missing. This is easily a case in systems where soft deleting is allowed.
Describe the solution you'd like
For now I am using the same
emptyTextas is used in the same case where the reference is not set. This works for me, but maybe