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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

new(vx-xychart): add package boilerplate #782

Merged
merged 2 commits into from
Aug 18, 2020

Conversation

williaster
Copy link
Collaborator

馃殌 Enhancements

This adds the boilerplate code for a new @vx/xychart package as part of the XYChart project.

The package is marked as private so shouldn't be publishable, and I created an empty demo page which isn't linked to so its partial implementation shouldn't affect the demo site.

image

@hshoff @kristw @techniq

@williaster williaster added this to Reviewable in XYChart Aug 18, 2020
@@ -0,0 +1,11 @@
import React from 'react';
import { render } from 'react-dom';
import ParentSize from '@vx/responsive/lib/components/ParentSize';
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can this import from just @vx/responsive?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yeah, but this is in the sandbox template / all of them are that way so would rather make a sweep to fix them all in the future.

packages/vx-xychart/Readme.md Outdated Show resolved Hide resolved
@williaster williaster merged commit b91ccf4 into master Aug 18, 2020
XYChart automation moved this from Reviewable to Done Aug 18, 2020
@williaster williaster deleted the chris--xychart-boilerplate branch August 18, 2020 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
XYChart
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants