Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

indigo-react

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indigo-react

Tlon's design language

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

indigo-react

Tlon's design language

NPM JavaScript Style Guide

Install

npm install --save indigo-react

React

import React, { Component } from "react";

import { StyledH1 } from "indigo-react";

class Example extends Component {
  render() {
    return <StyledH1>Urbit</StyledH1>;
  }
}

Setup

The main directories are src and demo src is where the indigo-react styles live(primitives & components). demo is the site you want to build using indigo-react.

#download yarn if you don't have it
$ brew install yarn

#build and watch your src directory
/indigo-react
$ yarn start

#build and watch your demo directory
/indigo-react/demo
$ yarn start

License

MIT © urbit

FAQs

Package last updated on 17 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc