primitive-components
v0.2.2
Published
Components to be shared between gutenberg blocks and react app
Downloads
4
Readme
Primitive Components
This is a library of 'primitive' components. I define primitive to meaning a component that returns a HTML tag, not a React component.
These components are passed to Styled Components via my own Styled Components Extended Method. See the repo for an explanation of what it does.
These primitive components will be used for the basis of all other React components that I build.