@kiwigrid/kiwi-atoms
TypeScript icon, indicating that this package has built-in type declarations

0.9.1 • Public • Published

Kiwi-Atoms

This package is a conglomeration of web components built with stencil which wrap some of our library.bootstrap "css components".

Setup & Running

To setup and run this package run

npm install
npm run start

which installs all dependencies and runs development servers for stencil and storybook.

You can also run stencil and storybook in separate terminal instances with the commands

npm run start:stencil
npm run start:storybook

Storybook is a presentation ui and developing tool to easily test and manage web components.

More themes for the theme switcher

Out of the box the themeswitcher only knows about our kiwigrid theme. To let it know about other variants create a file named local-themes.json in the .storybook folder.

This file has to contain an array of objects and can look like this:

[{ "value": "kiwigrid", "title": "Kiwigrid" }]

Dependents (0)

Package Sidebar

Install

npm i @kiwigrid/kiwi-atoms

Weekly Downloads

153

Version

0.9.1

License

MIT

Unpacked Size

3.86 MB

Total Files

268

Last publish

Collaborators

  • jekkel
  • thccorni
  • norman.leyda
  • cdskilian
  • kiwigrid-npm