Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

evilfactorylabs/anggun

Repository files navigation

NOTE: THIS PACKAGE IS NOT STABLE YET

Anggun is a design system. Anggun itself (in Indonesian) means elegant, graceful, neat, you name it

Quick Demo

Go to https://anggun.now.sh/

Installation

# yarn
yarn add @evilfactory/anggun

# npm
npm i @evilfactory/anggun

Usage

You need to wrap your components with ThemeProvider and add CSSReset to reset browser styles and make sure the component works correctly

import { ThemeProvider, CSSReset } from "@evilfactory/anggun";

const App = () => (
  <ThemeProvider>
    <CSSReset />

    {/* your components here */}
  </ThemeProvider>
);

export default App;

Maintainers

LICENSE

MIT