UI components to be used for integrating with Awell Health products.
yarn storybook
Develop on local with yalc
yarn global add yalc
yarn build
Note: before running the build commmand, you need to update the version in package.json
manually. You can chose any version you like, it just need to make sense and be a different version than it was.
yalc publish
yalc add <package-name>
import '@awell_health/ui-library/dist/index.css'
import { WizardForm } from '@awell_health/ui-library'
(...)
return <WizardForm (...) />
[!] (plugin rollup-plugin-sass) TypeError: Cannot read properties of undefined (reading 'then')
src/atoms/message/message.module.scss
TypeError: Cannot read properties of undefined (reading 'then')
at /Users/katarzynamarciniszyn/Desktop/ui-library/node_modules/rollup-plugin-sass/dist/index.js:132:17
at transform (/Users/katarzynamarciniszyn/Desktop/ui-library/node_modules/rollup/dist/shared/rollup.js:22042:16)
at ModuleLoader.addModuleSource (/Users/katarzynamarciniszyn/Desktop/ui-library/node_modules/rollup/dist/shared/rollup.js:22267:30)
Fill up the file with css or remove it.