Reactreact anchor link

Warning: Date input is not working with iOS Voiceover currently, compare to React issue and WebKit bug.

Load SCSS globally in a index.scss file inside main.tsx/main.jsx within your app:

@forward "@db-ux/core-components/build/styles/rollup";

Import component:

import { DBInput } from "@db-ux/react-core-components";

<DBInput
	label={label}
	placeholder={description}
	description={description}
	onChange={handleChange}
></DBInput>;