Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 431 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 431 Bytes

@infusedui/core

To add @infusedui to you project you need to create a .npmrc file at the same folder base of you package.json with this line :

@infusedui:registry=https://npm.pkg.github.com
Core components
Loader

Loader

<span className="infusedui-loader">
  <svg viewBox="25 25 50 50">
    <circle r="20" cy="50" cx="50"></circle>
  </svg>
</span>