8.1.3 • Published 2 years ago

@orbit-ui/tachyons v8.1.3

Weekly downloads
209
License
Apache-2.0
Repository
github
Last release
2 years ago

@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.

8.1.3

2 years ago

8.1.2

2 years ago

8.1.0

3 years ago

8.1.1

3 years ago

8.0.0

3 years ago

7.1.0

3 years ago

7.0.0

3 years ago

6.0.1

3 years ago

6.0.0

3 years ago

5.0.5-alpha.0

3 years ago

5.0.1-alpha.0

3 years ago

5.0.2-alpha.0

3 years ago

5.0.3-alpha.0

3 years ago

5.0.4-alpha.0

3 years ago

5.0.0-alpha.0

3 years ago

4.1.0

4 years ago

4.0.0

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago