All Projects → hasura → auth-ui-kit

hasura / auth-ui-kit

Licence: other
Web UI Kit for Hasura Authentication

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to auth-ui-kit

visage
Visage design system
Stars: ✭ 12 (-7.69%)
Mutual labels:  ui-kit
hasura-metadata-patcher
CLI tool to patch Hasura metadata json file. Helps to organize complex CI/CD flows through different environments.
Stars: ✭ 14 (+7.69%)
Mutual labels:  hasura
platyplus
Low-code, offline-first apps with Hasura
Stars: ✭ 22 (+69.23%)
Mutual labels:  hasura
mijin
Tailwind CSS UI components build for Vue.js / Nuxt.js
Stars: ✭ 168 (+1192.31%)
Mutual labels:  ui-kit
time-api
Nodejs API for Wobbly Time Tracker for the Teams
Stars: ✭ 24 (+84.62%)
Mutual labels:  hasura
finastra-design-kit
The Finastra Design Kit includes customised Design UI kit, components UI kit, icons, fonts, persona template, etc.
Stars: ✭ 23 (+76.92%)
Mutual labels:  ui-kit
styled-minimal
Minimal UI theme with styled-components
Stars: ✭ 18 (+38.46%)
Mutual labels:  ui-kit
vetd-app
SaaS buying and decision platform.
Stars: ✭ 92 (+607.69%)
Mutual labels:  hasura
pearl-ui
Pearl UI is a powerful UI toolkit that helps you build beautiful production-ready mobile apps right out of the box ⚡️
Stars: ✭ 19 (+46.15%)
Mutual labels:  ui-kit
native
React UI Kit Native
Stars: ✭ 34 (+161.54%)
Mutual labels:  ui-kit
UUI
React-based components and accelerators library built by EPAM Systems.
Stars: ✭ 90 (+592.31%)
Mutual labels:  ui-kit
realworld-hasura
Realworld inspired blogging platform (Remake of Conduit) using Hasura + Purescript + Elm
Stars: ✭ 46 (+253.85%)
Mutual labels:  hasura
light-ui
A lightly React UI library
Stars: ✭ 38 (+192.31%)
Mutual labels:  ui-kit
vuestic-ui
Free and Open Source UI Library for Vue 3 🤘
Stars: ✭ 1,501 (+11446.15%)
Mutual labels:  ui-kit
eGyan
eGyan is a web application built with Node.js (Express) and Hasura (https://hasura.io/) Platform. It is a simple and effective eLearning app for everyone.
Stars: ✭ 36 (+176.92%)
Mutual labels:  hasura
flutter idiomatic
It is starter kit with idiomatic code structure :) Firebase Authentication & GraphQL CRUD via BLoC. With Unit tests, Widget tests and Integration tests as BDD.
Stars: ✭ 20 (+53.85%)
Mutual labels:  hasura
ui
UI Kit for KUPIBILET.RU website
Stars: ✭ 17 (+30.77%)
Mutual labels:  ui-kit
Anchor-Bootstrap-UI-Kit
Anchor is a free Bootstrap UI Kit with flexible, ready to use UI components which will hep you build websites faster.
Stars: ✭ 69 (+430.77%)
Mutual labels:  ui-kit
leafygreen-ui
LeafyGreen UI – LeafyGreen's React UI Kit
Stars: ✭ 112 (+761.54%)
Mutual labels:  ui-kit
ng-sq-ui
Flexible and easily customizable UI-kit for Angular 11+
Stars: ✭ 99 (+661.54%)
Mutual labels:  ui-kit

Hasura Auth UI Kit

Get started with our Auth web UI kit.

This UI Kit can be used to quickstart your web application with screens for Authentication. Depending on hasura project's auth configuration, this UI kit displays only auth providers enabled on the project's cluster.

Getting started

  1. Build your library
  • Run yarn install (recommended) or npm install to get the project's dependencies
  • Run yarn build or npm run build to produce minified version of your library.
  1. Development mode
  • Having all the dependencies installed run npm start. This command will generate an non-minified version of your library and will run a watcher so you get the compilation on file change.

Usage

  • The main URL is at /ui. You can access it at http://localhost:3000/ui
  • index.html is present inside public/index.html
  • All the routes are defined in the file src/Main.js
  • Stylesheet is maintained in a common file for the entire app present at src/styles.css
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].