@amsterdam/design-system-css
Version:
Stylesheets for all components from the Amsterdam Design System and some general utilities. Use it to apply the visual design of the City of Amsterdam to your HTML elements or non-React components.
11 lines (6 loc) • 384 B
Markdown
<!-- @license CC0-1.0 -->
# Field
Wraps a single input and its related elements. May indicate that the input has a validation error.
## Guidelines
- Only use Field to wrap a single input. Use [Field Set](/docs/components-forms-field-set--docs) to wrap multiple inputs.
- There’s no need to add white space between the children of a Field. The component does this automatically.