Socket
Book a DemoInstallSign in
Socket

@orbit-ui/tachyons

Package Overview
Dependencies
Maintainers
3
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orbit-ui/tachyons

Custom Tachyons for Sharegate Orbit

latest
Source
npmnpm
Version
8.1.3
Version published
Maintainers
3
Created
Source

@orbit-ui/tachyons

ShareGate old styling stack using Tachyons atomic CSS library.

Includes:

  • CSS normalize
  • Customized version of Tachyons

Installation

npm i -D @orbit-ui/react-components @orbit-ui/tachyons

Import the styles in your root stylesheet:

@import "~@sharegate/orbit-ui/index.css";
@import "~@orbit-ui/tachyons";

Create the theme variables at the root of your React application:

// index.js

import { createThemeVars, ApricotTheme, ThemeProvider } from "@sharegate/orbit-ui";
import { render } from "react-dom";
import App from "./App";

createThemeVars([ApricotTheme]);

render(
    <ThemeProvider theme={ApricotTheme} colorScheme="light">
        <App />
    </ThemeProvider>,
    document.getElementById("root")
);

Maintainers

The following documentation is only for the maintainers of this repository.

Installation

Clone the repository:

git clone https://github.com/gsoft-inc/sg-orbit-tachyons.git

Then, install the dependencies for all the packages with Yarn or NPM:

yarn install

Release

This project use np to automate the release flow of the package.

Before you release, make sure you have write access to @orbit-ui/tachyons NPM package and that you are logged in to NPM.

To release, open a terminal at the root of the project and execute the following commands:

yarn publish

Dont forget to publish the release.

License

Copyright © 2019, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/gsoft-license/blob/master/LICENSE.

FAQs

Package last updated on 10 Dec 2021

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