ui-kit
/
1.1.0
ui-kit 1.1.0
Install from the command line:
Learn more about npm packages
$ npm install @simplysuperb-dev/ui-kit@1.1.0
Install via package.json:
"@simplysuperb-dev/ui-kit": "1.1.0"
About this version
TailwindCSS powered UI kit following simply superb.'s design system.
You can find all currently available styles at https://simplysuperb-dev.github.io/ui-kit/
Install the tailwindcss plugin:
npm install --save-dev @simplysuperb/ui-kit
Then require it in your tailwind.config.js
:
//tailwind.config.js
module.exports = {
...
plugins: [
require('@simplysuperb/ui-kit')
],
}
Run TailwindCSS's watcher before modifying the css:
npm run css:dev
To preview any changes to the css use:
npm run start:dev
To update version of this package, use release
:
release <type>
Then use npm
to publish the version:
npm publish # with --registry=https://registry.npmjs.org for npmjs registry