1.0.4 • Published 3 years ago
@zebra-fed/platform-components v1.0.4
Platform components
Install
npm i @zebra-fed/platform-componentsRequirements
-Your app must been wrapped with <StripesTheme> from the zds-react component library. Otherwise these components will not work. -For Example:
ReactDOM.render(
<React.StrictMode>
<StripesTheme>
<App />
</StripesTheme>
</React.StrictMode>,
document.getElementById('root')
);Usage
import { List } from '@zebra-fed/platform-components;
<List>
</List>