trepur_components
v2.4.8
Published
component lib
Downloads
42
Readme
Trepur Components
Trepur compoments, the component store to many of my projects
Available Scripts
In the project directory, you can run:
npm run build
compile the dist folder made from the lib directory as specified in the build script in package.json
npm login
You will need to log into npm if you have not done so already
npm publish
Publishes the new version of the package to npm - new version number to be updated in package.json before the publish is executed
Adding a new theme
To add a new theme:
- create a new css file in the src/styles/themes folder
- ensure that line 1 of the css file contains the new themes name
- add the file import for the new css file in the src/styles/globals.css files
