UNPKG

@amsterdam/design-system-react

Version:

All React components from the Amsterdam Design System. Use it to compose pages in your website or application.

6 lines (5 loc) 265 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Button } from '../Button'; export const ImageSliderControl = ({ icon, ...restProps }) => { return _jsx(Button, { className: "ams-image-slider__control", color: "inverse", icon: icon, ...restProps }); };