Components
We are always updating components as needed in the library. The components that are listed in these docs are always available via the latest package version.
If you see a component that you wish we had, submit an issue or fork the repo and submit a PR! 😀
To add components to your project, just use the import brackets from the library:
import { Button } from 'react-horcrux';
About Customization
Most all of our components are customizable. To help you discern which components you can extend via styled-components
, we've added
"Allows customization with
styled-components
package."
to the component main description. If you do not see that sentence, you cannot customize (for now...).