react-essentials-ui-kit
v1.0.62
Published
This project contains common UI components built with Ionic and React. It is intended to provide a collection of reusable components for Ionic React projects.
Downloads
359
Readme
Ionic React Common Components
This project contains common UI components built with Ionic and React. It is intended to provide a collection of reusable components for Ionic React projects.
Getting Started
To view the UI components, you can run Storybook using the following command:
yarn storybook
NOTE:
Default Export: Avoid using default exports because we need to export those as project components
To export components for use in other projects via npm, you need to ensure they are properly exported in the index.tsx file located in the src folder.