paradigm-site-components
v6.4.31
Published
Common React components, typically used in conjunction with Paradigm-specific providers.
Downloads
128
Readme
paradigm-site-components
These components have been standardized and designed for content sites built with Paradigm and cover some of the most common types of content and functionality.
The propTypes
for each component in the src
directory should provide enough information on how to use each component.
Two recommended ways to use these components:
Import and pass props as usual.
Copy and paste a component's code entirely. You should only do this when exceedingly custom functionality is needed. If you think a component needs extra functionality which should be standardized, please create a pull request.