# PSone.css **Repository Path**: mirrors/PSone.css ## Basic Information - **Project Name**: PSone.css - **Description**: psone.css 是一个 PS1 游戏机风格的 CSS 框架,灵感来自 NES.css - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/psone-css - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-11-04 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PSone.css ![description](https://i.imgur.com/IctX9D2.png "description") Please feel free to submit a pull request, no matter how small. I love getting them. At the moment there's just a CSS file that you can link to: ```html ``` I hope to add some JS eventually to help with progressbars etc. ## Reference ### Container From FF7 ```html

Kick! Punch! It's all in the mind.

You see, the island is the site of a secret nuclear weapons disposal facility.

Crash, Crash? Are you there Crash? ... Are you there Crash?

``` ### Button From Tekken 3 ```html ``` ### Progress bar From MGS1 ```html
Default
primary
success
warning
error
indeterminate
``` ### Radio Button From the PS1 memory card screen ```html ``` ### Input From FF7 ```html
``` ## Development [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/micah5/PSone.css/issues) Fork the project and enter this commands in your terminal ```sh git clone https://github.com/YOUR_GITHUB_USERNAME/PSone.css.git cd PSone.css npm install ``` ### Storybook For visual testing, this project contains storybook which you can run by doing the next command ```sh $ npm run storybook ``` ### Demo The demo page is located in `index.html`. If you want to change something there, you can use the next command ```sh $ npm run dev ```