evilfactorylabs / anggun

Evil Design

Home Page:https://anggun.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Evil Design

https://anggun.now.sh/

License:MIT License


Languages

Language:JavaScript 100.0%