Commit Graph

5 Commits

Author SHA1 Message Date
Daniel Emod Kovacs
aa177081e0 fix: extract instantiation of Remarkable (#2813) 2020-03-09 11:35:19 +00:00
Dan Abramov
ea03fe7163 Clarify DOM container in homepage examples (#1526) 2019-01-02 19:07:45 +00:00
Alex Krolick
6f6fc8d80e clarify mountNode with comments
This is still a bit opaque but it's difficult to fix with the current way
CodeEditor works:
- long-term CodeEditor.js could take a node reference instead of defining
  mountNode internally
- could also use document.createElement to define the target in the code,
  but this could be mislead people to think this is required instead of
  using an existing reference

see #1017, #1018, #1019
2019-01-01 19:24:46 -08:00
Jordan Scales
35ea09cf03 improve a11y in homepage examples with some labels 2018-03-04 16:57:18 -05:00
Brian Vaughn
f5aaf4c1b4 Moved home page example code to /content/home
Now examples are trasnformed to GraphQL during build and assembled by the index template. This makes them easier to edit and tie in with their associated markdown description.
2017-11-06 13:01:13 +00:00