NieR Automata Design System screenshot

NieR Automata Design System

Author Avatar Theme by Kndgy
Updated: 8 Aug 2024
59 Stars

Unofficial Nier Automata resources/information wiki website with its native UI Design, and React UI library based on its design

Categories

Overview:

The Nier Automata Design System is a project that includes a Wiki site with an in-game native User Interface Design and a React component UI library based on the Nier Automata User Interface. The Wiki site, called YoRha Archive, provides information and resources about the game in a design that mimics the user interface of the game itself. The React component UI library translates the in-game user interface into web components, allowing developers to incorporate the Nier Automata design into their own projects.

Features:

  • YoRha Archive: A website that provides information, quests, weapons, items, and more about Nier Automata in a design that resembles the game’s native user interface.
  • UI Library: A React component library based on the Nier Automata User Interface, allowing developers to use the game’s design elements in their own web projects.
  • Mini Game and Chat App: Other projects within this repository include a mini game and a basic chat app, both with the signature Yorha Interface design.

Installation:

To use the Nier Automata Design System in your own projects, follow these steps:

  1. Install the UI Library from npm:
npm install nier-automata-ui-library
  1. Import the desired components into your project:
import { Title, Bar, Button, Footer, ScrollElement, Tab, Strip, Widget, YorhaNavLink, DropDown } from 'nier-automata-ui-library';
  1. Customize the components by providing props as needed. Refer to the Component Variants and Props Explanation section for available options.

  2. Enjoy the Nier Automata design in your project!

Summary:

The Nier Automata Design System includes a Wiki site and a React component UI library that replicate the in-game user interface of Nier Automata. The YoRha Archive website provides information about the game in a design that mimics the native UI, while the UI Library allows developers to incorporate the game’s design elements into their own web projects. With easy installation and customizable components, the Nier Automata Design System is a great choice for fans of the game who want to create visually appealing websites or applications.