React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
-
Updated
Aug 3, 2021 - 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 4 Material Design Admin
An Android Alerting Library
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
React Dashboard made with Material UI’s components. Our pro template contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other
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.
Google launcher-style implementation of switch (enable/disable) icon
Highly customizable notification snackbars (toasts) that can be stacked on top of each other
Date & Time pickers, built with
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
React version of Material Dashboard by Creative Tim
I noticed that the first item of a List does not ripple on click as the others do. This is visible in the official demo on the "Simple List".
I'm guessing this is an issue with SMUI and not with MDC, since the example on Material.io does not have this issue.
关于 Material Design 的一切资料都在这里
Business React components for Bootstrap and Material-UI
I followed the dashboard layout tutorial and following code fails as the config param is typed as (breakpoint: Breakpoint, config: Omit<TemporarySidebarConfig, 'id' | 'anchor' | 'variant' | 'hidden'>) => IEdgeSidebarRegistry; where the anchor is omitted
scheme.configureEdgeSidebar((builder) => {
builder
.create("uni
Starter kit with "Most Wanted" application features
Add focusRectSizeFactor parameter for rectangle focus shape (like focusCircleRadiusFactor for circular). Default value should be 1.
Sciter is an embeddable HTML/CSS/scripting engine
Modern React UI library
It's a material-design about screen to use on your Android apps. A developer profile and application information easy to integrate.
Boilerplate application for a Python/Flask JWT Backend and a Javascript/React/Redux Front-End with Material UI.
A theme engine for Android
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."
What you were expecting:
I returned
{}from my custom data provider'sdeletemethod and expected it to work because thedataproperty is typed as optional:https://github.com/marmelab/react-admin/blob/b007fb7176d2ca4a779acddccd5b0316987b1d03/packages/ra-core/src/types.ts#L208
What happened instead:
I got this error: "The response to 'delete' must be like { data: ... }, but the