plotly / dash-component-boilerplate

Get started creating your own Dash components here.
269 stars 182 forks source link

capitalize component name #62

Open rajeevmaster opened 5 years ago

rajeevmaster commented 5 years ago

hi, while creating a new project it asks for component_name, if i give a name that starts with lowercase, it creates react component with lowercase, which is wrong from react component standards. React component must starts with uppercase.