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
Script tag
-
Put a script tag similar to this
<script
type="module"
src="https://unpkg.com/@goatui/components@0.9.12/dist/goatui/goatui.esm.js"></script>
in the head of your index.html
-
Include default font
Roboto
in the page
-
Then you can use the element anywhere in your template, JSX, html etc