0.2.1 • Published 3 months ago

@gojek/theme-asphalt-web-carina v0.2.1

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

@gojek/theme-asphalt-web-carina

Asphalt Web Carina theme. This theme uses "#07addc" as the brand color.

Installation

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

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

Usage with <ThemeProvider>

import ThemeProvider from "@asphalt-react/theme-provider";
import { carina } from "@gojek/theme-asphalt-web-carina";
import { PageFlag } from "@asphalt-react/flag";

export const App = () => {
  return (
    <ThemeProvider theme={carina}>
      <PageFlag title="theming">I am themed</PageFlag>
    </ThemeProvider>
  );
};
0.2.1

3 months ago

0.1.0

8 months ago

0.2.0

6 months ago

0.0.8

10 months ago

0.0.7

11 months ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago