-
| 
         Is that State component part of Primer React? I can't seem to auto import it nor do I see any documentation about what it is, what its for or how its made. 😭  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            colebemis
          
      
      
        Sep 21, 2021 
      
    
    Replies: 1 comment 1 reply
-
| 
         That component was made for documentation purposes and isn't intended to be used in application code. If you want to use it in your app, you can copy the code from here: https://github.com/primer/react/blob/main/docs/components/State.js  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        KrychuTM
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
That component was made for documentation purposes and isn't intended to be used in application code. If you want to use it in your app, you can copy the code from here: https://github.com/primer/react/blob/main/docs/components/State.js