Introduction GOAT UI contains most used web components built using Stencil. So you don't need to include any additional framework dependencies, You can simply import required component js, and right away start using it. Can easily be consumed by any other framework, like Vue, React, Angular, etc. About GOAT UI components are beautiful Open Source web components under MIT license. They are maintained by Shivaji Varma . Do not miss any updates and announcements, stay tuned on our social pages. You can contribute to the project by creating pull requests or issues.
Getting Started
  • Put a script tag similar to this <script type="module" src="https://cdn.jsdelivr.net/npm/@goatui/components@1.37.0/dist/goatui/goatui.esm.js"></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc
Usage Load single component
Browse Components