mirror of
https://github.com/react95-io/React95.git
synced 2026-01-14 17:08:03 -05:00
* Move each mdx file to respective component folder (colocation ftw) * Fix some style prop-types in order to fix docz build * Move docz to the root folder instead of having a separated project folder
19 lines
575 B
Plaintext
19 lines
575 B
Plaintext
---
|
|
name: Welcome
|
|
route: /
|
|
---
|
|
|
|
import { Link } from 'docz';
|
|
|
|
## Welcome to React95
|
|
|
|
The _refreshed_ Windows95 UI components for your modern React apps. Built with [`styled-components`](https://github.com/styled-components/styled-components) 💅
|
|
|
|
### Motivation
|
|
|
|
Create modern mobile/web applications with the retro and old school Windows 95 style. Our goal is not to exactly recreate Windows95 components, but to provide a solid component library for current scenarios.
|
|
|
|
### Getting Started
|
|
|
|
<span>Check out our <Link to='/installation'>getting started</Link> docs!</span>
|