elements icon indicating copy to clipboard operation
elements copied to clipboard

feat(storybook): added controls for CSS variables

Open iandi09 opened this issue 1 year ago • 1 comments

Closes #453

  • added css variable support to story template generator
  • extracted css props for the existing stories

iandi09 avatar Dec 29 '23 18:12 iandi09

It would be cooler to extract this CSS prop from the stenci-docs.json file, so we can automatically generate the respective controls.

e.g.

/**
  * @prop --ino-avatar-size: Width and height of the ino-avatar (default:40px,size)
  */

Where the default value of 40px and the type of control (size) is extracted

janivo avatar Jan 08 '24 14:01 janivo