Closed dadiorchen closed 2 years ago
We will reuse the slider on this page, with a property size=small so we can show a smaller one here: https://www.figma.com/proto/XdYFdjlsHvxehlrkPVYq0l/Greenstand-Webmap?node-id=2497%3A11031&scaling=min-zoom&page-id=2497%3A9322&starting-point-node-id=2497%3A11031&show-proto-sidebar=1
size=small
Some hints for building components:
import { mountWithTheme as mount } from '../../models/test-utils';
theme.spacing(x)
I'd like to work on this one
It's yours now
:tada: This issue has been resolved in version 1.15.0-beta.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
We will reuse the slider on this page, with a property
size=small
so we can show a smaller one here: https://www.figma.com/proto/XdYFdjlsHvxehlrkPVYq0l/Greenstand-Webmap?node-id=2497%3A11031&scaling=min-zoom&page-id=2497%3A9322&starting-point-node-id=2497%3A11031&show-proto-sidebar=1Some hints for building components:
import { mountWithTheme as mount } from '../../models/test-utils';
to get our theme imported.theme.spacing(x)
as possible as we can, so the component is more responsive