Skip to content
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

ui-kit

npm (scoped) GitHub Repo stars GitHub Repo stars

TailwindCSS powered UI kit following simply superb.'s design system.

Available Styles

You can find all currently available styles at https://simplysuperb-dev.github.io/ui-kit/

Installation

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')
    ],
}

Modifying

Run TailwindCSS's watcher before modifying the css:

npm run css:dev

To preview any changes to the css use:

npm run start:dev

Releasing new versions

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

Details


Assets

  • ui-kit-1.1.0-npm.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all