This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

housfy-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.30 • Public • Published

housfy-ui

Created by sfc-init

Local development

npm run dev to view /dev/storyboard.vue content

npm run build to "publish" changes to other local projects

Publish

First time: Add npm user to your terminal

  1. Increase version at package.json
  2. npm run build
  3. npm publish

View components

Add components to /dev/storyboard.vue, to view them on browser, after npm run dev.

Share components

Add components to /src/index.ts, to share them with other projects.

CSS classes

To prevent class conflicts with other projects, components have prefixed classes like .h-ui-ppp-vvv, where:

  • h-ui stands for housfy-ui
  • ppp should be a prop name (like variant on HousfyButton)
  • vvv should be a prop value (like secondary on HousfyButton)

SVG

SVG files must be replicated on every project using this library.

HousfySvg component takes path & svg props to get svg full path. For example:

<HousfySvg path="assets/svg" svg="icons/search" /> will import svg from @/src/assets/svg/icons/search.svg

Readme

Keywords

none

Package Sidebar

Install

npm i housfy-ui

Weekly Downloads

0

Version

0.0.30

License

none

Unpacked Size

249 kB

Total Files

25

Last publish

Collaborators

  • housfy
  • jesus-ricarte-housfy