UNPKG

fk-react-ui-components

Version:

Step 1 : Create a file in [ Seeds / Plants / Trees ] <br> Step 2 : It should export an Object with component name and story Component [Refer other components] <br> Step 3 : Story Component should return a react component <br> Step 3 : Created file should

6 lines (5 loc) 140 B
export const NameExceptionHandler = (name)=>{ if(!name){ throw new Error("Form element doesn't have 'name' attribute"); } }