Skip to content

aliafzali-b/react-css-loadings

Repository files navigation

how to use

return   <Loading   template_name='frcms'             .....   />;
return   <Loading   template_name='LoadingType1'      .....   />;

how to deploy

adding a new template

1-create your temp at a folder in components

2-add your template_name to TEMPLATES_NAMES variable in index.tsx file (in root)

its all done now you can use it like the

return   <Loading   template_name='my_new_temp_name'        .....   />;