0.1.1 • Published 12 months ago

@gojek/theme-asphalt-web-lynx v0.1.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
12 months ago

Asphalt Web Lynx theme

Asphalt Web Lynx theme. This theme gives the look and feel of Lynx theme. Uses #00880d as the brand color and contains gradient color for interactive surface tokens.

Installation

// npm
$ npm install @gojek/theme-asphalt-web-lynx

// yarn
$ yarn add @gojek/theme-asphalt-web-lynx

Basic usage with <ThemeProvider>

import ThemeProvider from "@asphalt-react/theme-provider";
import { lynx } from "@gojek/theme-asphalt-web-lynx";
import { Button } from "@asphalt-react/button";

export const App = () => {
  return (
    <ThemeProvider theme={lynx}>
      <h2>Themed App</h2>
      <Button>Hello</Button>
    </ThemeProvider>
  );
};
0.1.1

12 months ago

0.1.0

1 year ago