This is readme
npm run start:doc
npm run build:doc
support js/html/css/bash
export default ()=>{
return <div>
This is JSX code, and it is runnable
</div>
}
Property | Type | Required | Default | Description |
---|---|---|---|---|
label | String | false | - | Label for the button. |
onClick | Func | false | - | Triggered when clicked on the button. |
export default ()=>{
return <div>
This is JSX code, and it is runnable
</div>
}
<div>
<div>This is HTML Code</div>
</div>
.sss{
background:#3333;
}
npm run start:doc