{/* @license CC0-1.0 */}

import { Meta } from "@storybook/blocks";
import { ComponentTokensSection } from "../../../../documentation/components/ComponentTokensSection";
import tokens from "../../../../proprietary/design-tokens/dist/index.json";
import tokensDefinition from "../../src/tokens.json";

<Meta id="css-form-control--tokens" title="CSS Component/Form control/Design Tokens" />

# Common design tokens for form control

<ComponentTokensSection
  tokens={tokens}
  definition={tokensDefinition}
  component="utrecht-form-control"
></ComponentTokensSection>
