declarative-ui
Here are 72 public repositories matching this topic...
-
Updated
Jun 30, 2020 - JavaScript
-
Updated
May 4, 2020 - Swift
-
Updated
Aug 2, 2018 - Swift
I tried to run tests on Win 10, nvm 8.11.1:
C:\Users\BeSSoRioN\Documents\GitHub\qmlweb>npm run test
Result output you can see below. remark command return exit status 1 because of warnings, so test procedure fails on remark -qf *.md docs:
> qmlweb@0.2.0 test C:\Users\BeSSoRioN\Documents\GitHub\qmlweb
> npm run lint && gulp test
`> qmlweb@0.2.0 lint C:\Users\BeSSoRi
Right now the mox docs are in the moxie crate, which means that they can't use the dom definitions to demonstrate and test the mox macro.
Would be useful to define some test/docs-only builders in the core moxie crate that can be used in cases like this.
-
Updated
Jun 30, 2020 - Swift
-
Updated
Jul 2, 2020 - Swift
New issue checklist
- I have reviewed the
READMEand documentation - I have searched existing issues and this is not a duplicate
General information
Can we remove the option to set automaticDiffingEnabled to
-
Updated
Jun 21, 2020
Add to documentation to particular component information about it's inheritance tree (e.g. WebItem->Rectangle->Item), so inherited properties and methods can be easily accessible.
Having kind of inheritance structure would be nice:
"interits": {
"name": "Rectangle",
"ref": "core/Ractangle",
"inherits": {
"name": "Item",
"ref": "core/Item",
"inherits
-
Updated
Dec 16, 2019 - Swift
-
Updated
Jun 5, 2020 - Swift
-
Updated
Jul 1, 2020 - Swift
-
Updated
Apr 29, 2020 - Swift
This would be my long-term goal to implement after the changes mentioned in #5 are implemented.
I think when Formulary is able to implement these well-known forms succinctly it probably does contain most the of the basic cell types needed and also allows quite flexible styling.
-
Updated
Jul 1, 2020 - Java
-
Updated
Feb 28, 2018 - Swift
-
Updated
Feb 5, 2019 - Swift
-
Updated
Jan 27, 2019 - TypeScript
-
Updated
Jun 29, 2020 - Swift
-
Updated
Oct 10, 2019 - Swift
-
Updated
Jun 27, 2019 - Swift
-
Updated
Jul 2, 2020 - Swift
-
Updated
May 8, 2020 - Kotlin
-
Updated
Apr 19, 2020 - Swift
-
Updated
May 12, 2017 - Swift
Improve this page
Add a description, image, and links to the declarative-ui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the declarative-ui topic, visit your repo's landing page and select "manage topics."
Consider replacing
drawStuff()inexamples\drawing\drawing.gowith the following code: