Import components from @primer/react and use them in your application:
import{Button}from'@primer/react'
functionMyComponent(){
return<Button>Click me</Button>
}
More information
See the primer/react repository for more information about how to use and contribute to Primer React. For component-specific documentation, check out the React section of component guidelines (example: ActionList).