LoginSignup
0

More than 5 years have passed since last update.

Polymer API Reference Propertiesの値指定

Last updated at Posted at 2015-06-09

API Reference の見方

Polymerの各コンポーネントには、API ReferenceがあってそのPropertiesを変更することで、様々な設定が行える。
例として、paper-tabsを挙げると。
https://elements.polymer-project.org/elements/paper-tabs
API Reference Propertiesにはキャメルケースで書かれているが、実際に値を変更する場合は、以下のようにチェーンケースで書く必要がある。

 <paper-tabs no-bar="true"><content></content></paper-tabs>

問い合わせ先

何かミスとか質問などあれば、この記事にコメントしてもらうか、以下のメールアドレスに問い合わせていただけると助かります。
akira.kashihara@a-dawn.net

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0