Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UI Kit] refactor(uikit): Modal #46

Merged
merged 2 commits into from
Apr 2, 2021
Merged

Conversation

hachiojidev
Copy link
Contributor

Split modal components up and export them

@@ -1,4 +1,5 @@
export { default as Modal } from "./Modal";
export { default as ModalProvider } from "./ModalContext";
export { default as useModal } from "./useModal";
export type { InjectedProps as InjectedModalProps } from "./types";
export * from "./styles"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Export all the component pieces so you can create a custom modal

Split modal components up and export them
@hachiojidev hachiojidev force-pushed the uikit/export-modal-components branch from fb598a4 to ea594df Compare April 1, 2021 08:21
@hachiojidev hachiojidev changed the title refactor(uikit): Modal [UI Kit] refactor(uikit): Modal Apr 1, 2021
@hachiojidev hachiojidev merged commit 009ccd3 into master Apr 2, 2021
@hachiojidev hachiojidev deleted the uikit/export-modal-components branch April 2, 2021 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants