Unofficial Nier Automata resources/information wiki website with its native UI Design, and React UI library based on its design
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.
To use the Nier Automata Design System in your own projects, follow these steps:
npm install nier-automata-ui-library
import { Title, Bar, Button, Footer, ScrollElement, Tab, Strip, Widget, YorhaNavLink, DropDown } from 'nier-automata-ui-library';
Customize the components by providing props as needed. Refer to the Component Variants and Props Explanation section for available options.
Enjoy the Nier Automata design in your project!
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.