CuratedSet
Components
The CuratedSet component family provides the following components:
CuratedSet
A component to render a curated measurements set
You can import the CuratedSet
component from the curatedset component family in the @freesewing/react
package:
Javascript
import { CuratedSet } from "@freesewing/react/components/CuratedSet"
CuratedSetLineup
A component to render a lineup of curated measurements sets. You need to provide either a clickHandler or a method to resolve the URL to link to as the href prop.
You can import the CuratedSetLineup
component from the curatedset component family in the @freesewing/react
package:
Javascript
import { CuratedSetLineup } from "@freesewing/react/components/CuratedSet"