1.0.4 • Published 2 years ago

@zebra-fed/platform-components v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Platform components

Install

  npm i @zebra-fed/platform-components

Requirements

-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>