* 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 * Text component created with typography and story * Fixing spinner issues * Textinput component ads (#252) * text input component with story is implemented * Update README.md * Fixing spinner issues * Fixing hexToRGBA import * story error fixed and text component commented for now * props condition fixed and added error input story * unused import removed Co-authored-by: Rohit Kumawat <rohit.kumawat@primathon.in> Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com> * story spacing added and component name fixed * feedback changes implemented * forward ref added * feedback changes implemented * text and textinput stories updated * pr comments resolved Co-authored-by: Rohit Kumawat <rohit.kumawat@primathon.in> Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
6 lines
263 B
JavaScript
6 lines
263 B
JavaScript
import "@storybook/addon-knobs/register";
|
|
import "@storybook/addon-notes/register";
|
|
import "@storybook/addon-contexts/register";
|
|
import "storybook-addon-designs/register";
|
|
import '@storybook/addon-backgrounds/register';
|
|
import '@storybook/addon-actions/register'; |