UNPKG

@primer/react-brand

Version:

Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.

14 lines (13 loc) 423 B
/** * Shared form (control) design tokens */ import '@primer/brand-primitives/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css'; export * from './Checkbox'; export * from './Textarea'; export * from './TextInput'; export * from './Select'; export * from './Radio'; export * from './FormControl'; export * from './form-types'; export * from './CheckboxGroup'; export * from './RadioGroup';