rhai_components 0.5.11

JSX-like syntax extension for Rhai
Documentation
1
2
3
4
5
6
7
fn template(context, props, content) {
  component {
    <div class={`note note--${props.type}`}>
      {content}
    </div>
  }
}