• Stars
    star
    106
  • Rank 325,871 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Shared UI Library for Ticketmaster

@ticketmaster/aurora

Shared UI Library for Ticketmaster

Build Status Code Coverage version

MIT License PRs Welcome Code of Conduct

size gzip size module formats: cjs

How to get started:

Aurora relies on the react, prop-types, react-transition-group, classnames, and styled-components peer-dependency packages are already to be installed and set up in your project.

Install Aurora from the npm registry by running the following command in your terminal:

npm install @ticketmaster/aurora

Then import each component you want to use in your app:

import React from "react";
import ReactDOM from "react-dom";
import { Button } from "@ticketmaster/aurora";

ReactDOM.render(
  <Button variant="standard">Hello, world!</Button>,
  document.getElementById("root")
);

Edit 430zk16k6w

Running the catalog locally:

In order to run the catalog locally, you are required to complete the following steps:

  1. Execute yarn install at this directory's root.
  2. Execute yarn catalog-start at this directory's root.
  3. Navigate to http://localhost:4000/ or your host alias's port 4000.

How to use:

A documentation of each component and living styleguide will be available on the brand site for Ticketmaster.com.

Other docs:

LICENSE:

MIT

More Repositories

1

poshspec

Infrastructure Testing DSL running in Pester
PowerShell
183
star
2

actions-on-google-kotlin

Unofficial Actions on Google SDK for Kotlin and Java
Kotlin
119
star
3

storybook-styled-components

JavaScript
78
star
4

googleanalytics_exporter

Obtains Google Analytics RealTime metrics, and presents them to prometheus for scraping.
Go
43
star
5

spinner

Spinner is a Service Monitor for Windows that also tails a log file and echoes to Stdout.
Go
36
star
6

DscExamples

Small examples of some of our DSC tooling and usage
PowerShell
20
star
7

tm-nucleus

Bootstrap framework built on top of SASS that aims to bring the visual design system of CCP to other codebases within Ticketmaster.
HTML
10
star
8

DscDemo

Demo code from PowerShell Summit
C#
8
star
9

rules_opa

Bazel rules for OPA
Starlark
8
star
10

servos

Java
8
star
11

TMNET-avi_exporter

Prometheus exporter for AVI Networks
Go
6
star
12

kubernetes-usage-log

Go
5
star
13

iOS-PSDK-Pod

Ruby
5
star
14

golang-builds

An image for better Golang build support. It adds Glide and Gox and a full complement of linters.
Dockerfile
4
star
15

react-native-ticketmaster-ignite

TypeScript
3
star
16

aws-sdk-go-cache

Go
2
star
17

jasmine-java

2
star
18

snap-plugin-publisher-cloudwatch

A publisher plugin for intelsdi-x/snap framework
Go
2
star
19

ReactNative-TicketmasterDemoIntegration

Kotlin
2
star
20

spotinst-cluster-controller-config

Kustomize base configuration and an example overlay for installing the Spotinst Kubernetes cluster controller
1
star
21

iOS-TicketmasterSDK

iOS implementation of Ticketmaster SDK (aka Ignite)
Objective-C
1
star
22

ticketmaster.github.io

Our github.io page
HTML
1
star
23

iOS-TicketsDemoApp

iOS Ignite/Ticketmaster SDK, Tickets framework demo integration
Swift
1
star
24

terraform-provider-aws-backup

Terraform AWS provider
Go
1
star
25

Android-TicketsDemoApp

Android Ignite/Ticketmaster SDK, Tickets framework demo integration
Kotlin
1
star