0.3.0 • Published 1 year ago

@gojek/theme-xandar v0.3.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year ago

Asphalt Web Xandar theme

An improved Asphalt Web's default v1 theme

Installation

// npm
$ npm install @gojek/theme-xandar

// yarn
$ yarn add @gojek/theme-xandar

Basic usage with <ThemeProvider>

import ThemeProvider from "@asphalt-react/theme-provider";
import { xandar } from "@gojek/theme-xandar";

export const App = () => {
  return (
    <ThemeProvider theme={xandar}>
      <p>enjoy themed app</p>
    </ThemeProvider>
  );
};
0.3.0

1 year ago

0.2.0

1 year ago