Commit graph

23 commits

Author SHA1 Message Date
kusti8
6ac09c76ba Add calculator example; try to get devtools working 2019-12-22 21:35:19 -05:00
Gustav Hansen
10e9364176 Finish docs 2019-12-15 16:19:22 -05:00
Gustav Hansen
b251835434 Start docs 2019-12-15 15:43:09 -05:00
kusti8
610460995e Copy docs, start examples 2019-10-17 17:32:40 -04:00
Gustav Hansen
48682e461a Start on rewriting registerComponent 2019-05-05 18:40:23 -04:00
Gustav Hansen
0e00f43356 Upgrade react-reconciler to support hooks, run prettier Fixes #200 2019-02-16 13:45:02 -05:00
Niklas Mischkulnig
6d2d32f6fc More Area features (#168)
* Add scrolling area

* Gradients

* Fix typo and add scrolling to area docs

* Implement imperative gradient api

As per discussion in #130

* Fix links in area documentation

* Update example for area gradients

* Add docs for new gradient api

* Format all docs with prettier

* Really fix docs hyperlinks

* Added to docs: ignore ...opacity for gradients
2018-11-08 18:04:32 -08:00
Niklas Mischkulnig
06ee92d1f7 Add styled text (#141)
* Proof of concept fonts

* Inheirit font style

* Use style prop

* More font attributes

* Reset demo

* Fixes

* Font example

* Text transforms, integrate FontButton

* Add docs

* Add StyledText

* Update package lock

* Add StyledText to prop checking

* Update documentation for StyledText

* Add markdown prettier

* Change default font size
2018-06-09 14:04:49 -04:00
kusti8
6879944389 Add initial external functionality docs. Fixes #101 2018-06-05 19:21:25 -04:00
kusti8
b1cdf446e7 Add devtools documentation. Fixes #139 2018-05-21 16:25:02 -04:00
kusti8
51e28c1c08 Add about page. Fixes #98 2018-05-04 15:54:52 -04:00
Niklas Mischkulnig
7bb6fa589f Area (#78)
* Area

* Update, percentages as values, transforms!

* Rename Area elements, Circle, CSS colors

* Transform: matrix, skew

* Add Path

* Add fill & stroke options, fix transforms

* Inheriting props

* Fix area events, start on documentation

* Complete documentation

* Properly apply transforms, complete sidebar

* Use dot for Area components, fix Circle

* Add held buttons for onMouseMove

* Fix transform=scale for now

* Fill mode for Area.Path

* Fixes for windows

* Complete area_props list

* Throw on unimplement path commands

* More sophisticated path example

* Cleanup

* More helpful error message
2018-05-02 19:05:27 -04:00
kusti8
e4d9f6f84a Add Text component documentation. Fixes #65 2018-03-30 10:25:46 -04:00
Niklas Mischkulnig
c3a528945a Update for libui-node 0.1.0 (#57)
* Update for libui-node 0_1_0

- Use native eventloop
- position got removed

* Update libui-node version to 0.1.0

* babel rebuild

* Cleanup

* Fix non-check menu items

* Make quit menu work

* Add onShouldQuit to App and expose to user

* Remove bin
2018-03-22 09:48:12 -04:00
kusti8
e10f481861 Add Dialog docs. Docs are finished 2018-02-14 16:40:14 -05:00
kusti8
700addc379 [WIP] add docs and unfinished tab doc 2018-02-13 23:07:58 -05:00
kusti8
407ab4a9b6 Add grid docs 2018-02-11 21:48:26 -05:00
kusti8
e77d3aa927 Fix stretchy not working 2018-02-11 20:08:44 -05:00
kusti8
7df1a3119b Forgot to add checkbox to sidebar 2018-02-11 18:53:42 -05:00
kusti8
5943306d9c Add prelim documentation 2018-02-11 16:31:52 -05:00
kusti8
0365e7f62a Add menu and separator docs 2018-02-10 23:52:54 -05:00
kusti8
f42f4dddd6 Fix children default and add some docs 2018-02-10 23:42:41 -05:00
kusti8
a35ed645ae Add initial documentation, add form, and prep for tab (pass full parent, not just element) 2018-02-05 19:43:25 -05:00