Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Implement custom alert dialogs in React - Closes #515 #526

Merged
merged 5 commits into from
Jul 28, 2017

Conversation

slaweet
Copy link
Contributor

@slaweet slaweet commented Jul 27, 2017

Closes #515

reyraa
reyraa previously approved these changes Jul 28, 2017
@@ -0,0 +1,17 @@
import React from 'react';
import Button from 'react-toolbox/lib/button';
import grid from '../../../node_modules/flexboxgrid/dist/flexboxgrid.css';
Copy link
Contributor

Choose a reason for hiding this comment

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

For importing from npm modules, there's not need to use relative path. flexboxgrid/dist/flexboxgrid.css'; would work fine.

@slaweet slaweet force-pushed the 515-alert-dialogs branch from 63f1a45 to a4acdd7 Compare July 28, 2017 09:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants