beingtmk / nodejs-starter-kit

A Universal Javascript Starter Kit to satisify all you Web / App needs!
https://nodejs-starterkit.approxyma.com
MIT License
27 stars 15 forks source link

Reusable antd components. #50

Open lokeshrana9999 opened 4 years ago

lokeshrana9999 commented 4 years ago

Currently look module contains a reusable iteration of antd components but not all of them.

Steps-

Ps leave out the data entry section of the antd components for now.

lokeshrana9999 commented 4 years ago

Comment here for any doubts

beingtmk commented 4 years ago
  1. create "actions" folder in "ui-antd/components"
  2. add 2 buttons for each action i.e (circular button with only icon) & (rectangular button with icon & text)
  3. create a demo page "demo/actions" - where all components are displayed & console.logs when clicked (onClick function should be passed from outside.)
  4. Btns with text will have default text but can be overided if "text" prop is passed.
  5. Define the proptypes in the respective components.

@r-kohale9, @ishanajmeri