typescript 故事书 - 改变背景到红色故事

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了typescript 故事书 - 改变背景到红色故事相关的知识,希望对你有一定的参考价值。

.add(
  'with red background',
  withNotes('Testing the background color for the editable area by setting it to red')(() => ({
    component: ContentEditableComponent,
    props: {
      styles: { 'background-color': 'red', 'color': '#fff', 'padding': '20px' },
      ngModel: 'The red content goes here',
      ngModelChange: action('ngModelChange')
    }
  }))
 )

以上是关于typescript 故事书 - 改变背景到红色故事的主要内容,如果未能解决你的问题,请参考以下文章

故事书迁移到 CSF 的打字稿问题

React Typescript 故事书使用 onChange callBack 然后 setState 值 backTo Input 实现自定义 Input 组件

将自定义库导入故事书

#yyds干货盘点# 手把手教你用Java打造一款简单故事书(上篇)

编程实战堆雪人

MDX - 故事书 + React + 打字稿