Dart Widgets leverages the Polymer Dart project. Polymer is in development.
- All components live in
lib/components - Components has a class name
FooWidgetwith a corresponding element namefoo-widget.- File names correspond to Dart convention:
foo.[dart|html]
- File names correspond to Dart convention:
- At the moment, a Chrome flag must be set to enable some features
- chrome://flags/#enable-experimental-web-platform-features
- Needed for Chrome 31. Not sure when this will be mainstreamed.
- Used for
::contentstyle selectors in:- Tab
Our goal is to follow Semantic Versioning.
Note: we have not released v1 (yet).
- Kevin Moore (@kevmoo)
- You? File bugs. Fork and Fix bugs.
