ホームページ > 記事 > ウェブフロントエンド > React の CSS 定義: ReactCSS_html/css_WEB-ITnose
ReactCSS は、React モードに基づいた CSS スタイルの操作のカプセル化と定義です。インライン CSS スタイルを添付する非常に簡単な方法を提供します
サンプル コード:
var ReactCSS = require('reactcss');class Button extends ReactCSS.Component { classes() { return { 'default': { modal: { background: '#fff', boxShadow: '0 2px 4px rgba(0, 0, 0, .48)' }, title: { fontSize: '24px' }, Content: { type: 'modal-content', padding: '20px' } } } } ...}
プロジェクト ホームページ: http://www.open-open.com/lib/view/home/1436056910837