NOTE: THIS PACKAGE IS NOT STABLE YET
Anggun is a design system. Anggun itself (in Indonesian) means elegant, graceful, neat, you name it
Go to https://anggun.now.sh/
# yarn
yarn add @evilfactory/anggun
# npm
npm i @evilfactory/anggun
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;
- Kevin Anantha - kevanantha
- Adysurya - ri7nz