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

I'm not able to put both horizontal and vertical guides on single window #70

Open
lakshayysaini opened this issue Jan 19, 2023 · 3 comments
Labels
question Further information is requested

Comments

@lakshayysaini
Copy link

Environments

  • Framework name:
  • Framework version:
  • Component name:
  • Component version:
  • Testable Address(optional):

Description

@lakshayysaini
Copy link
Author

import React from "react";
import Guides from "@scena/react-guides";

const App = () => {
return (


<Guides type="horizontal" | "vertical" height={50}/>

Welcome to the Ruler App



Use your mouse wheel to scroll the ruler horizontally and vertically



);
};

export default App;

@lakshayysaini
Copy link
Author

is this how guides are implemented ?

@daybrush daybrush added the question Further information is requested label Jan 20, 2023
@daybrush
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants