We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
geist-ui/core
import { Button, Input, Grid } from "@geist-ui/core"; export default function App() { return ( <div> <Grid.Container> <Grid xs={24}> <Input>用户名</Input> </Grid> <Grid xs={24}> <Input.Password>密码</Input.Password> </Grid> <Grid xs={24}> <Button>submit</Button> </Grid> </Grid.Container> </div> ); }
When I use Grid with Input in the way above, I expected it will look like this:
but it actually looks like:
I know there is a better way to use Grid, but I still think the behavior above is a bug.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug report 🐞
Version & Environment
geist-ui/core
: 2.3.0Expected Behaviour
When I use Grid with Input in the way above, I expected it will look like this:
Actual results (or Errors)
but it actually looks like:
I know there is a better way to use Grid, but I still think the behavior above is a bug.
The text was updated successfully, but these errors were encountered: