frontend-framework
Here are 208 public repositories matching this topic...
Add a guide on how to setup Semantic-UI-React for use in Next.js Application
Problem description
While there is a guide on how to set it up in your react application, the guide isn't working on a Next.js Application, due to the different project-structure.
Proposed solution
Please add a new guide on how to set Semantic-UI-react up for a Next.js application (custom themeing would
-
Updated
Oct 3, 2020
Most of the macros exported by seed are undocumented, see: https://docs.rs/seed/0.7.0/seed/#macros
It would be good if at least the most commonly used are documented with an example.
-
Updated
Jun 28, 2017 - JavaScript
-
Updated
Jul 7, 2020
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
Jul 4, 2018 - CSS
-
Updated
Sep 11, 2020 - CSS
-
Updated
Aug 8, 2018 - JavaScript
-
Updated
Jan 14, 2019 - Go
-
Updated
Jan 8, 2018 - JavaScript
-
Updated
Sep 19, 2020 - QML
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Mar 9, 2015 - CSS
-
Updated
Mar 30, 2018 - Rust
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Sep 7, 2020 - Rust
-
Updated
May 3, 2020 - JavaScript
In the utils server we are using too many custom functions for the magazines fake data. We could replace that using the fake-data-generator as a dev-dependency.
Current models: please respect the current type of each property
magazine: {
id: Number, // faker random number
name: String, // faker random words
articles:
-
Updated
Oct 13, 2018 - JavaScript

-
Updated
Sep 7, 2020 - TypeScript
-
Updated
Jul 25, 2020 - CSS
-
Updated
Dec 5, 2018 - CSS
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Nov 21, 2017 - HTML
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Apr 22, 2020 - TypeScript
-
Updated
May 16, 2018 - JavaScript
Improve this page
Add a description, image, and links to the frontend-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the frontend-framework topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When the user clicks a
<DeleteButton>
in an Edit toolbar, react-admin displays "Element deleted". I would like to customize that message for different resources (e.g. "Post deleted" and "Comment deleted").Describe the solution you'd like
I would like
DeleteButton
to behave likeSaveButton
and acceptonSuccess
and