2.25.0 • Published 3 months ago

@goatui/components v2.25.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

GOAT UI

Build GitHub license Version

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.

Checkout the complete documentation over here -> https://goatui.com

Getting Started

Script tag

  • Put a script tag similar to this <script type="module" src="https://cdn.jsdelivr.net/npm/@goatui/components@2.0.0-0/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
<!doctype html>
<html lang='en'>
<head>
  <meta charset='utf-8' />
  <meta name='viewport' content='width=device-width' />
  <title>Goat UI Component</title>

  <!-- include your custom theme variable values, view variable names at https://cdn.jsdelivr.net/npm/@goatui/components@2.0.0-0/dist/goatui/assets/styles/theme.css -->
  <!--link rel="stylesheet" href="/custom-theme.css"></link-->
  <script type='module'
          src='https://cdn.jsdelivr.net/npm/@goatui/components@2.0.0-0/dist/goatui/goatui.esm.js'></script>

  <style>
    @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital@0;1&family=IBM+Plex+Sans+Condensed:ital@0;1&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Serif:ital@0;1&display=swap');

    :root {
      --font-family-base: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
    }
  </style>
</head>
<body>
<goat-button size='lg' color='primary'>Click me</goat-button>
</body>
</html>

Components

  • 🟢 ready (feature complete for now)
  • 🟡 beta (changes possible, not feature complete)
  • 🔴 not ready (unstyled / no functions)
  • 🔵 planned (created, but empty files)

Input Controls

Input controls are UI design elements that allow users to input information into the system. They are essential for collecting data and enabling user interactions. Some common examples of input controls include text fields, dropdown menus, checkboxes, and radio buttons.

NameComponentState
Code editorgoat-card-editor🟢
Color pickergoat-color-picker🔴
Checkboxgoat-checkbox🟢
Date pickergoat-date-picker🟡
Date Time pickergoat-datetime-picker🔴
File pickergoat-file-picker🔴
HTML editorgoat-html-editor🟢
Inputgoat-input🟢
Month pickergoat-month-picker🔴
Numbergoat-number🟢
Selectgoat-select🟢
Textareagoat-textarea🟢
Time pickergoat-time-picker🟡
Week pickergoat-week-picker🔴
Form controlgoat-form-control🟡

Navigation

Navigational components are UI elements that help users move around the app or website. They provide users with a clear and intuitive way to navigate through different sections and pages. Some common examples of navigational components include menus, tabs, and breadcrumbs.

NameComponentState
Breadcrumbgoat-breadcrumb🟢
Dropdowngoat-dropdown🟡
Menugoat-menu🟡
Tabsgoat-tabs🟢

Informational

Informational components are UI elements that provide information to users. They communicate important messages, updates, or instructions within the app or website. Some common examples of informational components include notifications, tooltips, and progress bars.

NameComponentState
Badgegoat-badge🟢
Progressgoat-progress🟢
Spinnergoat-spinner🟢
Tooltipgoat-tooltip🟢
Notificationgoat-notification🟢
Notification Manager / Toastgoat-notification-manager🟢

Containers

Containers are UI elements that group similar content together, making it easier for users to navigate and scan through the interface. Examples of common containers include cards, carousels, and accordions, which provide structure and organization to the content.

NameComponentState
Accordiongoat-accordion🟢
Cardgoat-card🟡

General

These components are used for general purpose. They include

NameComponentState
Avatargoat-avatar🟢
Buttongoat-button🟢
Button Groupgoat-button-group🟢
Calendargoat-calendar🟢
Card Selectgoat-cardselect🔴
Code Highlightergoat-card-highlighter🟢
Columngoat-col🔴
Empty Stategoat-empty-state🟡
Flow Designer goat-flow-designer🔵
Gridgoat-grid🔴
Groupgoat-group🔴
Headergoat-header🟢
Icongoat-icon🟢
Linkgoat-link🟢
Modalgoat-modal🟢
Notification Managergoat-notification-manager🟡
Observergoat-observer🔴
Paginationgoat-pagination🔴
Radio Groupgoat-radiogroup🔴
Rowgoat-row🔴
Slidergoat-slider🟡
Spoilergoat-spoiler🔴
Steppergoat-stepper🔴
Tablegoat-table🟡
Tag / Chipgoat-tag🟢
Textgoat-text🟢
Tree Viewgoat-tree-view🟡
Togglegoat-toggle🟢

Charts

These components are used to display data in a graphical format. They include

NameComponentState
Doughnut Chartgoat-chart-doughnut🟢
Pie Chart goat-chart-pie🟢
2.25.0

3 months ago

2.11.0

6 months ago

2.11.1

6 months ago

2.4.0

6 months ago

2.19.0

5 months ago

2.10.1

6 months ago

2.10.0

6 months ago

2.21.0

5 months ago

2.2.1

6 months ago

2.2.0

6 months ago

2.2.3

6 months ago

2.2.2

6 months ago

2.2.5

6 months ago

2.2.4

6 months ago

2.2.7

6 months ago

2.2.6

6 months ago

2.17.8

5 months ago

2.17.9

5 months ago

2.17.6

5 months ago

2.17.7

5 months ago

2.17.4

5 months ago

2.17.2

5 months ago

2.17.3

5 months ago

2.17.0

5 months ago

2.17.1

5 months ago

2.20.0

5 months ago

2.9.0

6 months ago

2.1.0

7 months ago

2.2.9

6 months ago

2.2.8

6 months ago

2.16.1

5 months ago

2.16.0

5 months ago

2.0.2

7 months ago

2.8.1

6 months ago

2.8.0

6 months ago

2.0.0

7 months ago

2.15.0

5 months ago

2.7.0

6 months ago

2.14.0

6 months ago

2.17.12

5 months ago

2.17.11

5 months ago

2.17.13

5 months ago

2.6.0

6 months ago

2.17.10

5 months ago

2.0.0-0

7 months ago

2.2.10

6 months ago

2.13.0

6 months ago

2.13.1

6 months ago

2.24.0

5 months ago

2.12.0

6 months ago

2.5.0

6 months ago

2.23.0

5 months ago

1.45.0

7 months ago

1.46.0

7 months ago

1.44.1

7 months ago

1.42.0

7 months ago

1.43.0

7 months ago

1.41.0

8 months ago

1.40.0

8 months ago

1.38.0

8 months ago

1.39.0

8 months ago

1.37.0

9 months ago

1.36.0

9 months ago

1.35.1

11 months ago

1.35.0

11 months ago

1.34.0

11 months ago

1.33.0

11 months ago

1.32.0

11 months ago

1.31.0

11 months ago

1.29.0

11 months ago

1.29.1

11 months ago

1.27.0

11 months ago

1.30.0

11 months ago

1.28.0

11 months ago

1.26.0

11 months ago

1.26.1

11 months ago

1.25.1

11 months ago

1.25.0

12 months ago

1.24.0

12 months ago

1.21.0

12 months ago

1.19.0

12 months ago

1.22.0

12 months ago

1.20.0

12 months ago

1.18.0

12 months ago

1.14.0

12 months ago

1.16.0

12 months ago

1.17.0

12 months ago

1.13.0

12 months ago

1.12.0

12 months ago

1.11.0

12 months ago

1.9.5

1 year ago

1.9.4

1 year ago

1.9.3

1 year ago

0.20.1

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

0.13.0

1 year ago

0.17.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.9.1

1 year ago

1.5.5

1 year ago

0.21.0

1 year ago

1.9.0

1 year ago

1.5.4

1 year ago

1.5.3

1 year ago

1.5.2

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

0.14.0

1 year ago

1.0.2

1 year ago

1.0.0

1 year ago

1.8.1

1 year ago

1.8.0

1 year ago

1.0.3

1 year ago

0.19.0

1 year ago

0.15.0

1 year ago

0.11.4

1 year ago

0.11.5

1 year ago

1.5.9

1 year ago

1.5.8

1 year ago

1.5.7

1 year ago

1.9.2

1 year ago

1.5.6

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.3.0

1 year ago

1.5.10

1 year ago

1.5.11

1 year ago

0.12.0

1 year ago

0.12.1

1 year ago

0.12.2

1 year ago

0.12.3

1 year ago

0.16.0

1 year ago

0.12.4

1 year ago

0.11.2

1 year ago

0.11.0

2 years ago

0.10.12

2 years ago

0.10.10

2 years ago

0.10.9

2 years ago

0.10.4

2 years ago

0.10.5

2 years ago

0.10.6

2 years ago

0.10.8

2 years ago

0.10.1

2 years ago

0.10.2

2 years ago

0.9.13

3 years ago

0.9.14

2 years ago

0.10.0

2 years ago

0.9.12

3 years ago

0.9.8

3 years ago

0.9.7

3 years ago

0.9.4

3 years ago

0.9.3

3 years ago

0.9.10

3 years ago

0.9.6

3 years ago

0.9.11

3 years ago

0.9.5

3 years ago

0.9.0

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.9.2

3 years ago

0.9.1

3 years ago

0.8.2

3 years ago

0.5.10

3 years ago

0.6.7

3 years ago

0.5.8

3 years ago

0.6.6

3 years ago

0.5.7

3 years ago

0.6.8

3 years ago

0.5.9

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.7.0

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.5.4

3 years ago

0.5.1

3 years ago

0.5.3

3 years ago

0.5.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago