English | 简体中文
React PaperCSS Design is a UI component library based on PaperCSS
- A set of high-quality React components out of the box.
- Written in TypeScript with predictable static types.
- Consistent API and UI with PaperCSS
Note that React PaperCSS Design does not come with PaperCSS, so please make sure install it as well
npm i papercss react-papercss-design
yarn add papercss react-papercss-design
import 'papercss/dist/paper.min.css';
import React from 'react';
import { Button } from 'react-papercss-design';
const App: React.FC = () => {
return <Button>Hello React PaperCSS Design</Button>;
};
export default App;
Contributing is welcome. Read CONTRIBUTING for more details
This project is inspired by:
The MIT License. Please see the license file for more information.