Skip to content

hacker0limbo/react-papercss-design

Repository files navigation

React PaperCSS Design Logo

React PaperCSS Design

npm (tag) npm bundle size GitHub

English | 简体中文

React PaperCSS Design is a UI component library based on PaperCSS

🎉 Features

  • A set of high-quality React components out of the box.
  • Written in TypeScript with predictable static types.
  • Consistent API and UI with PaperCSS

📦 Installation

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

Usage

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

Contributing is welcome. Read CONTRIBUTING for more details

Thanks

This project is inspired by:

License

The MIT License. Please see the license file for more information.

About

A react ui component library based on PaperCSS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages