@joonapp/web-shared
v1.1.55
Published
This package provides shared web components, utility functions, hooks, and styles for your web applications.
Downloads
955
Readme
Joon Shared Web
This package provides shared web components, utility functions, hooks, and styles for your web applications.
Installation
To install the package, run:
npm install @joonapp/web-shared
This package is automatically published to npm when changes are pushed to the main branch.
Importing Styles
To use the styles, import the CSS file in your project like this:
import '@joonapp/web-shared/dist/style.css';
This import statement ensures that all @joonapp/web-shared
components are styled correctly.