math-main-components
v0.0.239
Published
Component Library for math-main-app
Readme
math-main-components
Component Library for math-main-app
- reusable ui components
- math components
Run Locally
Install yalc globally by running yarn global add yalc
In order to make the workflow more efficient, you can link the local package to the main app.
- Go to
math-main-componentsand runyalc publish. (only need to do this once) - Then go to
math-main-componentsand runyarn dev. - Then go to
math-main-appand runyalc link math-main-components.
No need to change anything in the package.json file.
In order to unlink the packages, run yarn retreat math-main-components in app directory.
Notes
- Do not use any of next.js features like next/link
Publishing
- increment version in
package.json - run
npm publish --access public - run
yarn add [email protected]in project
Using styles
In order to use styles you need to have 'sass' installed.
In your _app.js file, import the styles like this:
import 'math-main-components/styles/font.scss'
import 'math-main-components/styles/material-symbols.scss'
import 'math-main-components/styles/theme-colors.scss'
import 'math-main-components/styles/theme-styles.scss'