タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

npmとjavascriptに関するHashのブックマーク (1)

  • classnames

    const classNames = require('classnames'); classNames('foo', 'bar'); // => 'foo bar' Alternatively, you can simply include index.js on your page with a standalone <script> tag and it will export a global classNames method, or define the module if you are using RequireJS. Project philosophy We take the stability and performance of this package seriously, because it is run millions of times a day in

    classnames
    Hash
    Hash 2015/11/09
    文字列を合成するだけの薄いライブラリ. React.js と一緒に使うと便利
  • 1