@neuralbertatech/ui
v0.1.5
Published
NeurAlbertaTech's scss framework built on top of bulma.
Downloads
50
Maintainers
Readme
natUI
NeurAlbertaTech's scss framework built on top of bulma.
Install
To add this to your project, run
# npm
npm i @neuralbertatech/
# yarn
yarn add @neuralbertatech/uiDocumentation
Since this is built on top of bulma, you can refer to their documentation for most things. You can checkout x for the changes we've made on top.
Development
To run the development environment and start contributing, you'll need to use a devcontainer.
Once you've opened the program in a devcontainer, open a terminal and run
yarn devto start the sass watcher. This will automatically create a css/ folder which will contain the output file main.css. You can use this css file as the stylesheet for testing purposes. You can find test sites in the test/ folder.
