evilfactorylabs / anggun

Evil Design
https://anggun.now.sh/
MIT License
7 stars 1 forks source link
design-system react styled-system

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