Getting started

Your first component

Select a declared target and import the generated implementation from its released package.

Check target coverage

Open the component reference and use its generated target badges rather than assuming parity.

Sources for block 1: catalog-bundle, react-package

Render React

Import and render
import { WyrdButton } from '@wyrd-company/react';
import '@wyrd-company/react/styles.css';

<WyrdButton variant="primary">Save changes</WyrdButton>

Verified by react-package.

Sources for block 1: catalog-bundle