0.2.0 • Published 4 years ago

@evilfactory/anggun-core v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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