This website requires JavaScript.
Explore
Help
Sign In
Protei
/
PromucFlow_constructor
Watch
2
Star
0
Fork
0
You've already forked PromucFlow_constructor
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
06ed917f8e
PromucFlow_constructor
/
app
/
client
/
src
/
components
/
ads
/
LighteningMenu.tsx
5 lines
62 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Button Component (#190) * Adding blank components. * Adding Todo note for tree * Adding todo note for LighteningMenu * ads button component * Adding storybook support. * storybook integrated with button component * ads button component props completed * button component icon and loading logic implemented * button component completed * Added a text knob. * Adding default text for button. * Merging theme and other fixes. * Fixed info button. * Better types. * Adding background param to components. * Re-using vsariant for callount. * Added props for Text input. * Adding text component. * feedback changes added in button and icon component * type any removed in button component * function naming corrected * Changing empty string to null * Adding enum for DropdownDisplayType. * Change Spinner path * Fixing spinner issues. Co-authored-by: Rohit Kumawat <rohit.kumawat@primathon.in>
2020-08-10 04:54:33 +00:00
// TODO
Fix eslint warnings (#2510)
2021-01-12 01:22:31 +00:00
export
default
function
TreeView() {
Button Component (#190) * Adding blank components. * Adding Todo note for tree * Adding todo note for LighteningMenu * ads button component * Adding storybook support. * storybook integrated with button component * ads button component props completed * button component icon and loading logic implemented * button component completed * Added a text knob. * Adding default text for button. * Merging theme and other fixes. * Fixed info button. * Better types. * Adding background param to components. * Re-using vsariant for callount. * Added props for Text input. * Adding text component. * feedback changes added in button and icon component * type any removed in button component * function naming corrected * Changing empty string to null * Adding enum for DropdownDisplayType. * Change Spinner path * Fixing spinner issues. Co-authored-by: Rohit Kumawat <rohit.kumawat@primathon.in>
2020-08-10 04:54:33 +00:00
return
null
;
}
Reference in New Issue
Copy Permalink