frontend-framework
Here are 201 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
Mar 11, 2020
-
Updated
Jun 28, 2017 - JavaScript
Lists:
Ev
list: https://github.com/seed-rs/seed/blob/master/src/dom_entity_names/events/event_names.rsAt
list: https://github.com/seed-rs/seed/blob/master/src/dom_entity_names/attributes/attribute_names.rsTag
list: https://github.com/seed-rs/seed/blob/master/src/dom_entity_names/tags/tag_names.rsSt
generated list: https://github.com/seed-rs/seed/blob/master/src/dom_entity_na
-
Updated
Jul 7, 2020
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
Jul 4, 2018 - CSS
-
Updated
Jul 31, 2020 - CSS
-
Updated
Aug 8, 2018 - JavaScript
-
Updated
Jan 14, 2019 - Go
-
Updated
Jan 8, 2018 - JavaScript
-
Updated
Aug 7, 2020 - QML
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Mar 9, 2015 - CSS
-
Updated
Mar 30, 2018 - Rust
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Jul 30, 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
Jul 10, 2020 - TypeScript
-
Updated
Dec 5, 2018 - CSS
-
Updated
Jul 25, 2020 - CSS
-
Updated
Nov 21, 2017 - HTML
-
Updated
Aug 22, 2020 - JavaScript
-
Updated
Apr 22, 2020 - TypeScript
-
Updated
May 16, 2018 - JavaScript
-
Updated
Mar 13, 2020 - 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.
I want to embed drag and copy feature in ra data grid. But I cannot access data grid's
innerText
becauseDataGrid
,DataGridBody
does not forwardref
to inner material-ui element.Describe the solution you'd like
Add
React.forwardRef
toDatagrid.tsx
,DatagridBody.tsx
,DatagridCell.tsx
.**Describe alternat